struct_compr.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/ 44 SCIP_DECL_COMPRCOPY ((*comprcopy)); /**< copy method of tree compression or NULL if you don't want to copy your plugin into sub-SCIPs */ 48 SCIP_DECL_COMPRINITSOL ((*comprinitsol)); /**< solving process initialization method of tree compression */ 49 SCIP_DECL_COMPREXITSOL ((*comprexitsol)); /**< solving process deinitialization method of tree compression */ 55 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:36 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:54 |