Debug Solution
Detailed Description
methods to control the SCIP debug solution mechanism, see also Debugging
Functions | |
void | SCIPenableDebugSol (SCIP *scip) |
void | SCIPdisableDebugSol (SCIP *scip) |
Function Documentation
◆ SCIPenableDebugSol()
void SCIPenableDebugSol | ( | SCIP * | scip | ) |
enable debug solution mechanism
the debug solution mechanism allows to trace back the invalidation of a debug solution during the solution process of SCIP. It must be explicitly enabled for the SCIP data structure.
- See also
- debug.h for more information on debug solution mechanism
- Parameters
-
scip SCIP data structure
Definition at line 57 of file scip_debug.c.
References FALSE, SCIP_CALL_ABORT, SCIPcheckStage(), SCIPdebugSolEnable, and TRUE.
Referenced by addScenarioVarsAndConsToProb(), runSCIP(), runShell(), SCIPrunColoringShell(), and SCIPrunShell().
◆ SCIPdisableDebugSol()
void SCIPdisableDebugSol | ( | SCIP * | scip | ) |
disable solution debugging mechanism
- See also
- debug.h for more information on debug solution mechanism
- Parameters
-
scip SCIP data structure
Definition at line 70 of file scip_debug.c.
References FALSE, SCIP_CALL_ABORT, SCIPcheckStage(), SCIPdebugSolDisable, and TRUE.