struct_event.h
Go to the documentation of this file.
31/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
187 SCIP_EVENTROWADDEDSEPA eventrowaddedsepa; /**< data for row addition to separation storage events */
188 SCIP_EVENTROWDELETEDSEPA eventrowdeletedsepa; /**< data for row deletion from separation storage events */
203 SCIP_EVENTTYPE* eventtypes; /**< array with types of event to process; 0 marks a deleted event catch entry */
211 SCIP_EVENTTYPE eventmask; /**< mask for events that are handled by any event handler in the filter */
221 SCIP_DECL_EVENTCOPY ((*eventcopy)); /**< copy method of event handler or NULL if you don't want to copy your plugin into sub-SCIPs */
225 SCIP_DECL_EVENTINITSOL((*eventinitsol)); /**< solving process initialization method of event handler */
226 SCIP_DECL_EVENTEXITSOL((*eventexitsol)); /**< solving process deinitialization method of event handler */
common defines and data types used in all packages of SCIP
Definition: struct_clock.h:65
Definition: struct_lp.h:138
Definition: struct_event.h:84
Definition: struct_event.h:202
Definition: struct_event.h:94
Definition: struct_event.h:102
Definition: struct_event.h:116
Definition: struct_event.h:74
Definition: struct_event.h:237
Definition: struct_event.h:136
Definition: struct_event.h:124
Definition: struct_event.h:148
Definition: struct_event.h:157
Definition: struct_event.h:142
Definition: struct_event.h:130
Definition: struct_event.h:165
Definition: struct_event.h:108
Definition: struct_event.h:50
Definition: struct_event.h:56
Definition: struct_event.h:62
Definition: struct_event.h:68
Definition: struct_event.h:174
SCIP_EVENTROWCONSTCHANGED eventrowconstchanged
Definition: struct_event.h:192
SCIP_EVENTROWCOEFCHANGED eventrowcoefchanged
Definition: struct_event.h:191
SCIP_EVENTROWDELETEDSEPA eventrowdeletedsepa
Definition: struct_event.h:188
SCIP_EVENTROWSIDECHANGED eventrowsidechanged
Definition: struct_event.h:193
union SCIP_Event::@18 data
Definition: struct_event.h:218
SCIP_DECL_EVENTINITSOL((*eventinitsol))
SCIP_DECL_EVENTEXIT((*eventexit))
SCIP_DECL_EVENTEXEC((*eventexec))
SCIP_DECL_EVENTDELETE((*eventdelete))
SCIP_DECL_EVENTFREE((*eventfree))
SCIP_DECL_EVENTEXITSOL((*eventexitsol))
SCIP_DECL_EVENTCOPY((*eventcopy))
SCIP_DECL_EVENTINIT((*eventinit))
Definition: struct_tree.h:142
Definition: struct_rational.h:47
Definition: struct_lp.h:205
Definition: struct_sol.h:74
Definition: struct_var.h:262
type definitions for clocks and timing issues
type definitions for managing events
type definitions for storing primal CIP solutions
type definitions for branch and bound tree
type definitions for problem variables