objsepa.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/ 62 /** maximal relative distance from current node's dual bound to primal bound compared to best node's dual bound for applying 80 SCIP_Real maxbounddist, /**< maximal relative distance from current node's dual bound to primal bound compared 135 /** solving process initialization method of separator (called when branch and bound process is about to begin) 144 /** solving process deinitialization method of separator (called before branch and bound process data is freed) 204 SCIP_Bool deleteobject /**< should the cut separator object be deleted when cut separator is freed? */ scip::ObjSepa * SCIPfindObjSepa(SCIP *scip, const char *name) Definition: type_result.h:33 scip::ObjSepa * SCIPgetObjSepa(SCIP *scip, SCIP_SEPA *sepa) virtual SCIP_DECL_SEPAEXECSOL(scip_execsol) Definition: objsepa.h:168 definition of base class for all clonable classes Definition: type_retcode.h:33 virtual SCIP_DECL_SEPAINITSOL(scip_initsol) Definition: objsepa.h:139 virtual SCIP_DECL_SEPAEXECLP(scip_execlp) Definition: objsepa.h:157 #define SCIPduplicateMemoryArray(scip, ptr, source, num) Definition: scip.h:20540 ObjSepa(SCIP *scip, const char *name, const char *desc, int priority, int freq, SCIP_Real maxbounddist, SCIP_Bool usessubscip, SCIP_Bool delay) Definition: objsepa.h:74 virtual SCIP_DECL_SEPAEXITSOL(scip_exitsol) Definition: objsepa.h:148 Definition: objbranchrule.h:33 SCIP callable library. SCIP_RETCODE SCIPincludeObjSepa(SCIP *scip, scip::ObjSepa *objsepa, SCIP_Bool deleteobject) |