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