struct_table.h
Go to the documentation of this file.
32/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
50 SCIP_DECL_TABLECOPY ((*tablecopy)); /**< copy method of statistics table or NULL if you don't want to copy your plugin into sub-SCIPs */
54 SCIP_DECL_TABLEINITSOL ((*tableinitsol)); /**< solving process initialization method of statistics table */
55 SCIP_DECL_TABLEEXITSOL ((*tableexitsol)); /**< solving process deinitialization method of statistics table */
60 SCIP_STAGE earlieststage; /**< output of the statistics table is only printed from this stage onwards */
common defines and data types used in all packages of SCIP
Definition: struct_table.h:47
SCIP_DECL_TABLEFREE((*tablefree))
SCIP_DECL_TABLEINITSOL((*tableinitsol))
SCIP_DECL_TABLEINIT((*tableinit))
SCIP_DECL_TABLECOPY((*tablecopy))
SCIP_DECL_TABLEEXITSOL((*tableexitsol))
SCIP_DECL_TABLECOLLECT((*tablecollect))
SCIP_DECL_TABLEEXIT((*tableexit))
SCIP_DECL_TABLEOUTPUT((*tableoutput))
type definitions for displaying statistics tables