33#ifndef __SCIP_OBJCUTSEL_H__
34#define __SCIP_OBJCUTSEL_H__
C++ wrapper for cut selectors.
virtual SCIP_DECL_CUTSELEXITSOL(scip_exitsol)
virtual SCIP_DECL_CUTSELINITSOL(scip_initsol)
virtual SCIP_DECL_CUTSELEXIT(scip_exit)
virtual SCIP_DECL_CUTSELSELECT(scip_select)=0
virtual SCIP_DECL_CUTSELINIT(scip_init)
ObjCutsel & operator=(const ObjCutsel &o)=delete
ObjCutsel & operator=(ObjCutsel &&o)=delete
virtual SCIP_DECL_CUTSELFREE(scip_free)
ObjCutsel(const ObjCutsel &o)
ObjCutsel(SCIP *scip, const char *name, const char *desc, int priority)
#define SCIP_CALL_ABORT(x)
#define SCIPduplicateMemoryArray(scip, ptr, source, num)
#define SCIPfreeMemoryArray(scip, ptr)
definition of base class for all clonable classes
scip::ObjCutsel * SCIPgetObjCutsel(SCIP *scip, SCIP_CUTSEL *cutsel)
SCIP_RETCODE SCIPincludeObjCutsel(SCIP *scip, scip::ObjCutsel *objcutsel, SCIP_Bool deleteobject)
scip::ObjCutsel * SCIPfindObjCutsel(SCIP *scip, const char *name)
Definition of base class for all clonable classes.
struct SCIP_Cutsel SCIP_CUTSEL
enum SCIP_Retcode SCIP_RETCODE