methods to control the SCIP debug solution mechanism, see also Debugging
Functions | |
void | SCIPenableDebugSol (SCIP *scip) |
void | SCIPdisableDebugSol (SCIP *scip) |
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.
scip | SCIP data structure |
Definition at line 1162 of file scip.c.
References checkStage(), FALSE, SCIP_CALL_ABORT, SCIPdebugSolEnable, and TRUE.
Referenced by runSCIP(), runShell(), and SCIPrunShell().
void SCIPdisableDebugSol | ( | SCIP * | scip | ) |
disable solution debugging mechanism
scip | SCIP data structure |
Definition at line 1175 of file scip.c.
References checkStage(), FALSE, SCIP_CALL_ABORT, SCIPdebugSolDisable, and TRUE.