objeventhdlr.h
Go to the documentation of this file.
30 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
46 * This class defines the interface for eventt handlers implemented in C++. Note that there is a pure virtual function
133 /** solving process initialization method of event handler (called when branch and bound process is about to begin)
142 /** solving process deinitialization method of event handler (called before branch and bound process data is freed)
195 SCIP_Bool deleteobject /**< should the event handler object be deleted when eventhdlristic is freed? */
virtual SCIP_DECL_EVENTEXIT(scip_exit)
Definition: objeventhdlr.h:128
virtual SCIP_DECL_EVENTINITSOL(scip_initsol)
Definition: objeventhdlr.h:137
scip::ObjEventhdlr * SCIPgetObjEventhdlr(SCIP *scip, SCIP_EVENTHDLR *eventhdlr)
Definition: objeventhdlr.cpp:267
#define SCIPduplicateMemoryArray(scip, ptr, source, num)
Definition: scip_mem.h:76
Definition: struct_scip.h:68
virtual SCIP_DECL_EVENTDELETE(scip_delete)
Definition: objeventhdlr.h:155
scip::ObjEventhdlr * SCIPfindObjEventhdlr(SCIP *scip, const char *name)
Definition: objeventhdlr.cpp:248
virtual SCIP_DECL_EVENTEXEC(scip_exec)=0
definition of base class for all clonable classes
ObjEventhdlr(SCIP *scip, const char *name, const char *desc)
Definition: objeventhdlr.h:67
Definition: type_retcode.h:42
virtual SCIP_DECL_EVENTINIT(scip_init)
Definition: objeventhdlr.h:119
SCIP_RETCODE SCIPincludeObjEventhdlr(SCIP *scip, scip::ObjEventhdlr *objeventhdlr, SCIP_Bool deleteobject)
Definition: objeventhdlr.cpp:221
virtual SCIP_DECL_EVENTEXITSOL(scip_exitsol)
Definition: objeventhdlr.h:146
virtual SCIP_DECL_EVENTFREE(scip_free)
Definition: objeventhdlr.h:110
Definition: objbenders.h:43
ObjEventhdlr & operator=(const ObjEventhdlr &o)=delete
Definition: struct_event.h:204
SCIP callable library.