Debug Solution
Detailed Description
methods to control the SCIP debug solution mechanism, see also Debugging
Functions | |
SCIP_EXPORT void | SCIPenableDebugSol (SCIP *scip) |
SCIP_EXPORT void | SCIPdisableDebugSol (SCIP *scip) |
Function Documentation
◆ SCIPenableDebugSol()
SCIP_EXPORT 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 48 of file scip_debug.c.
References FALSE, SCIP_CALL_ABORT, SCIPcheckStage(), SCIPdebugSolEnable, and TRUE.
Referenced by addScenarioVarsAndConsToProb(), runSCIP(), runShell(), SCIPrunColoringShell(), and SCIPrunShell().
◆ SCIPdisableDebugSol()
SCIP_EXPORT 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 61 of file scip_debug.c.
References FALSE, SCIP_CALL_ABORT, SCIPcheckStage(), SCIPdebugSolDisable, and TRUE.