23 #ifndef __SCIP_OBJSEPA_H__ 24 #define __SCIP_OBJSEPA_H__ 88 scip_priority_(priority),
90 scip_maxbounddist_(maxbounddist),
91 scip_usessubscip_(usessubscip),
159 assert(result !=
NULL);
170 assert(result !=
NULL);
scip::ObjSepa * SCIPfindObjSepa(SCIP *scip, const char *name)
virtual SCIP_DECL_SEPAINIT(scip_init)
scip::ObjSepa * SCIPgetObjSepa(SCIP *scip, SCIP_SEPA *sepa)
const SCIP_Real scip_maxbounddist_
virtual SCIP_DECL_SEPAEXECSOL(scip_execsol)
enum SCIP_Retcode SCIP_RETCODE
definition of base class for all clonable classes
virtual SCIP_DECL_SEPAFREE(scip_free)
virtual SCIP_DECL_SEPAEXIT(scip_exit)
virtual SCIP_DECL_SEPAINITSOL(scip_initsol)
const SCIP_Bool scip_delay_
virtual SCIP_DECL_SEPAEXECLP(scip_execlp)
#define SCIPduplicateMemoryArray(scip, ptr, source, num)
const SCIP_Bool scip_usessubscip_
#define SCIPfreeMemoryArray(scip, ptr)
Definition of base class for all clonable classes.
ObjSepa(SCIP *scip, const char *name, const char *desc, int priority, int freq, SCIP_Real maxbounddist, SCIP_Bool usessubscip, SCIP_Bool delay)
C++ wrapper for cut separators.
virtual SCIP_DECL_SEPAEXITSOL(scip_exitsol)
#define SCIP_CALL_ABORT(x)
SCIP_RETCODE SCIPincludeObjSepa(SCIP *scip, scip::ObjSepa *objsepa, SCIP_Bool deleteobject)