struct_cutsel.h
Go to the documentation of this file.
32/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
50 SCIP_DECL_CUTSELCOPY ((*cutselcopy)); /**< copy method of cut selector or NULL if you don't want to copy your plugin into sub-SCIPs */
54 SCIP_DECL_CUTSELINITSOL((*cutselinitsol));/**< solving process initialization method of cut selector */
55 SCIP_DECL_CUTSELEXITSOL((*cutselexitsol));/**< solving process deinitialization method of cut selector */
common defines and data types used in all packages of SCIP
Definition: struct_clock.h:65
Definition: struct_cutsel.h:47
SCIP_DECL_CUTSELEXITSOL((*cutselexitsol))
SCIP_DECL_CUTSELFREE((*cutselfree))
SCIP_DECL_CUTSELINITSOL((*cutselinitsol))
SCIP_DECL_CUTSELCOPY((*cutselcopy))
SCIP_DECL_CUTSELEXIT((*cutselexit))
SCIP_DECL_CUTSELSELECT((*cutselselect))
SCIP_DECL_CUTSELINIT((*cutselinit))
type definitions for cut selectors