struct_sepa.h
Go to the documentation of this file.
22 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
46 SCIP_Real maxbounddist; /**< maximal relative distance from current node's dual bound to primal bound compared
50 SCIP_DECL_SEPACOPY ((*sepacopy)); /**< copy method of separator or NULL if you don't want to copy your plugin into sub-SCIPs */
54 SCIP_DECL_SEPAINITSOL ((*sepainitsol)); /**< solving process initialization method of separator */
55 SCIP_DECL_SEPAEXITSOL ((*sepaexitsol)); /**< solving process deinitialization method of separator */
57 SCIP_DECL_SEPAEXECSOL ((*sepaexecsol)); /**< arbitrary primal solution separation method of separator */
65 int expbackoff; /**< base for exponential increase of frequency at which the separator is called */
SCIP_DECL_SEPAEXECSOL((*sepaexecsol))
SCIP_DECL_SEPAEXITSOL((*sepaexitsol))
SCIP_DECL_SEPAEXECLP((*sepaexeclp))
Definition: struct_sepa.h:37
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:55