struct_compr.h
Go to the documentation of this file.
31 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
54 SCIP_DECL_COMPRCOPY ((*comprcopy)); /**< copy method of tree compression or NULL if you don't want to copy your plugin into sub-SCIPs */
58 SCIP_DECL_COMPRINITSOL ((*comprinitsol)); /**< solving process initialization method of tree compression */
59 SCIP_DECL_COMPREXITSOL ((*comprexitsol)); /**< solving process deinitialization method of tree compression */
65 int minnnodes; /**< minimal number of nodes for calling compression, -1 if no threshold exists */
SCIP_DECL_COMPRFREE((*comprfree))
SCIP_DECL_COMPREXEC((*comprexec))
Definition: struct_compr.h:46
SCIP_DECL_COMPRINITSOL((*comprinitsol))
SCIP_DECL_COMPRCOPY((*comprcopy))
type definitions for clocks and timing issues
SCIP_DECL_COMPREXITSOL((*comprexitsol))
SCIP_DECL_COMPREXIT((*comprexit))
type definitions for tree compression
SCIP_DECL_COMPRINIT((*comprinit))
common defines and data types used in all packages of SCIP
Definition: struct_clock.h:64