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