32#ifndef __SCIP_OBJSEPA_H__
33#define __SCIP_OBJSEPA_H__
C++ wrapper for cut separators.
virtual SCIP_DECL_SEPAEXECSOL(scip_execsol)
virtual SCIP_DECL_SEPAEXIT(scip_exit)
const SCIP_Bool scip_delay_
virtual SCIP_DECL_SEPAFREE(scip_free)
ObjSepa(SCIP *scip, const char *name, const char *desc, int priority, int freq, SCIP_Real maxbounddist, SCIP_Bool usessubscip, SCIP_Bool delay)
virtual SCIP_DECL_SEPAEXITSOL(scip_exitsol)
const SCIP_Real scip_maxbounddist_
ObjSepa(const ObjSepa &o)
virtual SCIP_DECL_SEPAINIT(scip_init)
virtual SCIP_DECL_SEPAINITSOL(scip_initsol)
ObjSepa & operator=(ObjSepa &&o)=delete
const SCIP_Bool scip_usessubscip_
ObjSepa & operator=(const ObjSepa &o)=delete
virtual SCIP_DECL_SEPAEXECLP(scip_execlp)
#define SCIP_CALL_ABORT(x)
#define SCIPduplicateMemoryArray(scip, ptr, source, num)
#define SCIPfreeMemoryArray(scip, ptr)
assert(minobj< SCIPgetCutoffbound(scip))
definition of base class for all clonable classes
SCIP_RETCODE SCIPincludeObjSepa(SCIP *scip, scip::ObjSepa *objsepa, SCIP_Bool deleteobject)
scip::ObjSepa * SCIPgetObjSepa(SCIP *scip, SCIP_SEPA *sepa)
scip::ObjSepa * SCIPfindObjSepa(SCIP *scip, const char *name)
Definition of base class for all clonable classes.
enum SCIP_Retcode SCIP_RETCODE
struct SCIP_Sepa SCIP_SEPA