stat.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/ 100 SCIP_Bool partialreset /**< should time and integral value be kept? (in combination with no statistical 104 /** update the primal-dual integral statistic. method accepts + and - SCIPsetInfinity() as values for 124 /** resets display statistics, such that a new header line is displayed before the next display line */ 136 /** depending on the current memory usage, switches mode flag to standard or memory saving mode */ 145 /** enables or disables all statistic clocks of \p stat concerning LP execution time, strong branching time, etc. 150 * @see: For completely disabling all timing of SCIP, consider setting the parameter timing/enabled to FALSE void SCIPstatEnableOrDisableStatClocks(SCIP_STAT *stat, SCIP_Bool enable) Definition: stat.c:556 Definition: struct_mem.h:36 Definition: struct_message.h:35 type definitions for global SCIP settings Definition: struct_prob.h:38 type definitions for return codes for SCIP methods SCIP_RETCODE SCIPstatCreate(SCIP_STAT **stat, BMS_BLKMEM *blkmem, SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr) Definition: stat.c:43 type definitions for problem statistics Definition: struct_set.h:56 void SCIPstatResetCurrentRun(SCIP_STAT *stat, SCIP_Bool solved) Definition: stat.c:450 void SCIPstatResetPrimalDualIntegral(SCIP_STAT *stat, SCIP_SET *set, SCIP_Bool partialreset) Definition: stat.c:333 datastructures for problem statistics type definitions for storing and manipulating the main problem type definitions for block memory pools and memory buffers public methods for message output void SCIPstatUpdatePrimalDualIntegral(SCIP_STAT *stat, SCIP_SET *set, SCIP_PROB *transprob, SCIP_PROB *origprob, SCIP_Real primalbound, SCIP_Real dualbound) Definition: stat.c:359 Definition: struct_stat.h:44 common defines and data types used in all packages of SCIP void SCIPstatUpdateMemsaveMode(SCIP_STAT *stat, SCIP_SET *set, SCIP_MESSAGEHDLR *messagehdlr, SCIP_MEM *mem) Definition: stat.c:511 memory allocation routines |