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? */
Definition: type_result.h:33
#define SCIPduplicateMemoryArray(scip, ptr, source, num)
Definition: scip_mem.h:65
Definition: struct_scip.h:59
SCIP_EXPORT SCIP_RETCODE SCIPincludeObjSepa(SCIP *scip, scip::ObjSepa *objsepa, SCIP_Bool deleteobject)
Definition: objsepa.cpp:211
virtual SCIP_DECL_SEPAEXECSOL(scip_execsol)
Definition: objsepa.h:168
Definition: struct_sepa.h:37
definition of base class for all clonable classes
SCIP_EXPORT scip::ObjSepa * SCIPgetObjSepa(SCIP *scip, SCIP_SEPA *sepa)
Definition: objsepa.cpp:257
SCIP_EXPORT scip::ObjSepa * SCIPfindObjSepa(SCIP *scip, const char *name)
Definition: objsepa.cpp:238
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
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: objbenders.h:33
SCIP callable library.