EventhdlrNewSol.h
Go to the documentation of this file.
30 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
66 /** solving process initialization method of event handler (called when branch and bound process is about to begin)
68 * This method is called when the presolving was finished and the branch and bound process is about to begin.
74 /** solving process deinitialization method of event handler (called before branch and bound process data is freed)
86 * Processes the event. The method is called every time an event occurs, for which the event handler
88 * corresponding SCIPcatch...() method. This method creates an event filter object to point to the
virtual SCIP_DECL_EVENTINITSOL(scip_initsol)
Definition: struct_scip.h:68
virtual SCIP_DECL_EVENTEXIT(scip_exit)
virtual SCIP_DECL_EVENTEXEC(scip_exec)
ObjEventhdlr(SCIP *scip, const char *name, const char *desc)
Definition: objeventhdlr.h:67
virtual SCIP_DECL_EVENTEXITSOL(scip_exitsol)
C++ wrapper classes for SCIP.
virtual SCIP_DECL_EVENTFREE(scip_free)
Definition: EventhdlrNewSol.h:41
virtual SCIP_DECL_EVENTINIT(scip_init)
virtual SCIP_DECL_EVENTDELETE(scip_delete)
Definition: ConshdlrSubtour.h:38
Definition: objbenders.h:43