struct_sepa.h
Go to the documentation of this file.
31 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
58 SCIP_Longint ncutsapplieddirect; /**< number of cutting planes applied to LP directly from sepastore */
61 SCIP_Real maxbounddist; /**< maximal relative distance from current node's dual bound to primal bound compared
65 SCIP_DECL_SEPACOPY ((*sepacopy)); /**< copy method of separator or NULL if you don't want to copy your plugin into sub-SCIPs */
69 SCIP_DECL_SEPAINITSOL ((*sepainitsol)); /**< solving process initialization method of separator */
70 SCIP_DECL_SEPAEXITSOL ((*sepaexitsol)); /**< solving process deinitialization method of separator */
72 SCIP_DECL_SEPAEXECSOL ((*sepaexecsol)); /**< arbitrary primal solution separation method of separator */
80 int expbackoff; /**< base for exponential increase of frequency at which the separator is called */
86 SCIP_Bool isparentsepa; /**< is separator a parent separator that create cuts of child separators? */
SCIP_DECL_SEPAEXECSOL((*sepaexecsol))
SCIP_DECL_SEPAEXITSOL((*sepaexitsol))
SCIP_DECL_SEPAEXECLP((*sepaexeclp))
Definition: struct_sepa.h:46
SCIP_DECL_SEPAEXIT((*sepaexit))
SCIP_DECL_SEPAFREE((*sepafree))
SCIP_DECL_SEPAINITSOL((*sepainitsol))
type definitions for clocks and timing issues
SCIP_DECL_SEPACOPY((*sepacopy))
type definitions for separators
common defines and data types used in all packages of SCIP
SCIP_DECL_SEPAINIT((*sepainit))
Definition: struct_clock.h:64