struct_event.h
Go to the documentation of this file.
22 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
156 SCIP_EVENTROWADDEDSEPA eventrowaddedsepa; /**< data for row addition to separation storage events */
157 SCIP_EVENTROWDELETEDSEPA eventrowdeletedsepa; /**< data for row deletion from separation storage events */
172 SCIP_EVENTTYPE* eventtypes; /**< array with types of event to process; 0 marks a deleted event catch entry */
180 SCIP_EVENTTYPE eventmask; /**< mask for events that are handled by any event handler in the filter */
190 SCIP_DECL_EVENTCOPY ((*eventcopy)); /**< copy method of event handler or NULL if you don't want to copy your plugin into sub-SCIPs */
194 SCIP_DECL_EVENTINITSOL((*eventinitsol)); /**< solving process initialization method of event handler */
195 SCIP_DECL_EVENTEXITSOL((*eventexitsol)); /**< solving process deinitialization method of event handler */
Definition: struct_event.h:100
SCIP_EVENTROWSIDECHANGED eventrowsidechanged
Definition: struct_event.h:162
Definition: struct_var.h:198
SCIP_DECL_EVENTEXIT(EventhdlrNewSol::scip_exit)
Definition: EventhdlrNewSol.cpp:85
Definition: struct_event.h:64
Definition: struct_event.h:170
Definition: struct_event.h:118
Definition: struct_event.h:40
Definition: struct_tree.h:133
SCIP_DECL_EVENTINITSOL(EventhdlrNewSol::scip_initsol)
Definition: EventhdlrNewSol.cpp:97
Definition: struct_event.h:106
Definition: struct_lp.h:126
Definition: struct_sol.h:63
SCIP_DECL_EVENTINIT(EventhdlrNewSol::scip_init)
Definition: EventhdlrNewSol.cpp:50
Definition: struct_event.h:127
SCIP_DECL_EVENTFREE(EventhdlrNewSol::scip_free)
Definition: EventhdlrNewSol.cpp:43
Definition: struct_event.h:144
type definitions for problem variables
type definitions for managing events
Definition: struct_event.h:88
Definition: struct_event.h:72
Definition: struct_lp.h:192
Definition: struct_event.h:80
Definition: struct_event.h:112
type definitions for branch and bound tree
type definitions for clocks and timing issues
type definitions for storing primal CIP solutions
SCIP_EVENTROWCOEFCHANGED eventrowcoefchanged
Definition: struct_event.h:160
Definition: struct_event.h:94
Definition: struct_event.h:46
Definition: struct_event.h:135
SCIP_DECL_EVENTEXEC(EventhdlrNewSol::scip_exec)
Definition: EventhdlrNewSol.cpp:130
SCIP_DECL_EVENTEXITSOL(EventhdlrNewSol::scip_exitsol)
Definition: EventhdlrNewSol.cpp:109
Definition: struct_event.h:58
Definition: struct_event.h:52
SCIP_DECL_EVENTDELETE(EventhdlrNewSol::scip_delete)
Definition: EventhdlrNewSol.cpp:117
common defines and data types used in all packages of SCIP
Definition: struct_event.h:205
SCIP_EVENTROWDELETEDSEPA eventrowdeletedsepa
Definition: struct_event.h:157
Definition: struct_clock.h:55
Definition: struct_event.h:186
SCIP_EVENTROWCONSTCHANGED eventrowconstchanged
Definition: struct_event.h:161