32#ifndef __SCIP_OBJNODESEL_H__
33#define __SCIP_OBJNODESEL_H__
211 SCIP_Bool deleteobject
C++ wrapper for node selectors.
virtual SCIP_DECL_NODESELFREE(scip_free)
ObjNodesel(ObjNodesel &&o)
virtual SCIP_DECL_NODESELEXIT(scip_exit)
ObjNodesel(SCIP *scip, const char *name, const char *desc, int stdpriority, int memsavepriority)
virtual SCIP_DECL_NODESELEXITSOL(scip_exitsol)
const int scip_stdpriority_
virtual SCIP_DECL_NODESELINIT(scip_init)
virtual SCIP_DECL_NODESELINITSOL(scip_initsol)
virtual SCIP_DECL_NODESELSELECT(scip_select)=0
ObjNodesel & operator=(const ObjNodesel &o)=delete
ObjNodesel & operator=(ObjNodesel &&o)=delete
ObjNodesel(const ObjNodesel &o)
const int scip_memsavepriority_
virtual SCIP_DECL_NODESELCOMP(scip_comp)=0
#define SCIP_CALL_ABORT(x)
#define SCIPduplicateMemoryArray(scip, ptr, source, num)
#define SCIPfreeMemoryArray(scip, ptr)
definition of base class for all clonable classes
SCIP_RETCODE SCIPincludeObjNodesel(SCIP *scip, scip::ObjNodesel *objnodesel, SCIP_Bool deleteobject)
scip::ObjNodesel * SCIPfindObjNodesel(SCIP *scip, const char *name)
scip::ObjNodesel * SCIPgetObjNodesel(SCIP *scip, SCIP_NODESEL *nodesel)
Definition of base class for all clonable classes.
enum SCIP_Retcode SCIP_RETCODE