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 */
SCIP_DECL_CUTSELEXIT((*cutselexit))
type definitions for cut selectors
SCIP_DECL_CUTSELSELECT((*cutselselect))
SCIP_DECL_CUTSELCOPY((*cutselcopy))
SCIP_DECL_CUTSELFREE((*cutselfree))
SCIP_DECL_CUTSELINIT((*cutselinit))
SCIP_DECL_CUTSELINITSOL((*cutselinitsol))
SCIP_DECL_CUTSELEXITSOL((*cutselexitsol))
common defines and data types used in all packages of SCIP
Definition: struct_cutsel.h:46
Definition: struct_clock.h:64