pub unsafe extern "C" fn SCIPenableDebugSol(scip: *mut SCIP)Expand description
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 debug.h for more information on debug solution mechanism