struct_sepa.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/ 45 SCIP_Real maxbounddist; /**< maximal relative distance from current node's dual bound to primal bound compared 49 SCIP_DECL_SEPACOPY ((*sepacopy)); /**< copy method of separator or NULL if you don't want to copy your plugin into sub-SCIPs */ 53 SCIP_DECL_SEPAINITSOL ((*sepainitsol)); /**< solving process initialization method of separator */ 54 SCIP_DECL_SEPAEXITSOL ((*sepaexitsol)); /**< solving process deinitialization method of separator */ 56 SCIP_DECL_SEPAEXECSOL ((*sepaexecsol)); /**< arbitrary primal solution separation method of separator */
SCIP_DECL_SEPAEXECSOL((*sepaexecsol)) SCIP_DECL_SEPAEXITSOL((*sepaexitsol)) SCIP_DECL_SEPAEXECLP((*sepaexeclp)) Definition: struct_sepa.h:36 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:54 |