objsepa.h
Go to the documentation of this file.
30 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
72 /** maximal relative distance from current node's dual bound to primal bound compared to best node's dual bound for applying
90 SCIP_Real maxbounddist, /**< maximal relative distance from current node's dual bound to primal bound compared
111 : ObjSepa(o.scip_, o.scip_name_, o.scip_desc_, o.scip_priority_, o.scip_freq_, o.scip_maxbounddist_,
173 /** solving process initialization method of separator (called when branch and bound process is about to begin)
182 /** solving process deinitialization method of separator (called before branch and bound process data is freed)
242 SCIP_Bool deleteobject /**< should the cut separator object be deleted when cut separator is freed? */
scip::ObjSepa * SCIPfindObjSepa(SCIP *scip, const char *name)
Definition: objsepa.cpp:247
Definition: type_result.h:42
#define SCIPduplicateMemoryArray(scip, ptr, source, num)
Definition: scip_mem.h:76
Definition: struct_scip.h:68
scip::ObjSepa * SCIPgetObjSepa(SCIP *scip, SCIP_SEPA *sepa)
Definition: objsepa.cpp:266
virtual SCIP_DECL_SEPAEXECSOL(scip_execsol)
Definition: objsepa.h:206
Definition: struct_sepa.h:46
definition of base class for all clonable classes
Definition: type_retcode.h:42
virtual SCIP_DECL_SEPAINITSOL(scip_initsol)
Definition: objsepa.h:177
virtual SCIP_DECL_SEPAEXECLP(scip_execlp)
Definition: objsepa.h:195
ObjSepa & operator=(const ObjSepa &o)=delete
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:84
virtual SCIP_DECL_SEPAEXITSOL(scip_exitsol)
Definition: objsepa.h:186
Definition: objbenders.h:43
SCIP callable library.
SCIP_RETCODE SCIPincludeObjSepa(SCIP *scip, scip::ObjSepa *objsepa, SCIP_Bool deleteobject)
Definition: objsepa.cpp:220