All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
disp.h File Reference Detailed Descriptioninternal methods for displaying runtime statistics Definition in file disp.h. #include <stdio.h> #include "scip/def.h" #include "blockmemshell/memory.h" #include "scip/type_retcode.h" #include "scip/type_set.h" #include "scip/type_stat.h" #include "scip/type_disp.h" #include "scip/type_paramset.h" #include "scip/pub_disp.h" Go to the source code of this file. Function Documentation
parameter change information method to autoselect display columns again Definition at line 46 of file disp.c. References SCIP_CALL, SCIP_OKAY, and SCIPautoselectDisps().
copies the given display to a new scip
Definition at line 55 of file disp.c. References NULL, SCIP_CALL, SCIP_OKAY, SCIPdebugMessage, and SCIPdispGetName(). Referenced by SCIPsetCopyPlugins().
creates a display column
Definition at line 73 of file disp.c. References BMSallocMemory, BMSduplicateMemoryArray, FALSE, NULL, paramname, SCIP_ALLOC, SCIP_CALL, SCIP_DISPSTATUS_ON, SCIP_MAXSTRLEN, SCIP_OKAY, SCIPsetAddIntParam(), and SCIPsnprintf(). Referenced by SCIPincludeDisp().
frees memory of display column
Definition at line 136 of file disp.c. References BMSfreeMemory, BMSfreeMemoryArray, NULL, SCIP_CALL, and SCIP_OKAY. Referenced by SCIPsetFree().
initializes display column
Definition at line 161 of file disp.c. References SCIP_Disp::initialized, SCIP_Disp::name, NULL, SCIP_CALL, SCIP_INVALIDCALL, SCIP_OKAY, SCIPerrorMessage, and TRUE. Referenced by SCIPsetInitPlugins().
deinitializes display column
Definition at line 185 of file disp.c. References FALSE, SCIP_Disp::initialized, SCIP_Disp::name, NULL, SCIP_CALL, SCIP_INVALIDCALL, SCIP_OKAY, and SCIPerrorMessage. Referenced by SCIPsetExitPlugins().
prints one line of output with the active display columns
Definition at line 362 of file disp.c. References FALSE, SCIP_Stat::lastdispnode, SCIP_Stat::ndisplines, SCIP_Stat::nnodes, NULL, SCIP_Bool, SCIP_CALL, SCIP_OKAY, SCIP_VERBLEVEL_NORMAL, SCIPdispOutput(), and SCIPmessageFPrintInfo(). Referenced by priceAndCutLoop(), primalAddSol(), SCIPpriceLoop(), SCIPprintDisplayLine(), and SCIPsolveCIP().
activates all display lines fitting in the display w.r. to priority
Definition at line 448 of file disp.c. References SCIP_Disp::active, BMSduplicateMemoryArray, BMSfreeMemoryArray, FALSE, NULL, SCIP_ALLOC, SCIP_DISPSTATUS_AUTO, SCIP_DISPSTATUS_ON, SCIP_OKAY, SCIPsortPtr(), TRUE, and SCIP_Disp::width. Referenced by SCIPautoselectDisps(), and SCIPsetInitPlugins(). |