struct_event.h
Go to the documentation of this file.
31/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
174 SCIP_EVENTROWADDEDSEPA eventrowaddedsepa; /**< data for row addition to separation storage events */
175 SCIP_EVENTROWDELETEDSEPA eventrowdeletedsepa; /**< data for row deletion from separation storage events */
190 SCIP_EVENTTYPE* eventtypes; /**< array with types of event to process; 0 marks a deleted event catch entry */
198 SCIP_EVENTTYPE eventmask; /**< mask for events that are handled by any event handler in the filter */
208 SCIP_DECL_EVENTCOPY ((*eventcopy)); /**< copy method of event handler or NULL if you don't want to copy your plugin into sub-SCIPs */
212 SCIP_DECL_EVENTINITSOL((*eventinitsol)); /**< solving process initialization method of event handler */
213 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:136
Definition: struct_event.h:82
Definition: struct_event.h:189
Definition: struct_event.h:90
Definition: struct_event.h:98
Definition: struct_event.h:74
Definition: struct_event.h:224
Definition: struct_event.h:124
Definition: struct_event.h:112
Definition: struct_event.h:136
Definition: struct_event.h:145
Definition: struct_event.h:130
Definition: struct_event.h:118
Definition: struct_event.h:153
Definition: struct_event.h:104
Definition: struct_event.h:50
Definition: struct_event.h:56
Definition: struct_event.h:62
Definition: struct_event.h:68
Definition: struct_event.h:162
SCIP_EVENTROWCONSTCHANGED eventrowconstchanged
Definition: struct_event.h:179
SCIP_EVENTROWCOEFCHANGED eventrowcoefchanged
Definition: struct_event.h:178
SCIP_EVENTROWDELETEDSEPA eventrowdeletedsepa
Definition: struct_event.h:175
SCIP_EVENTROWSIDECHANGED eventrowsidechanged
Definition: struct_event.h:180
union SCIP_Event::@16 data
Definition: struct_event.h:205
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_lp.h:202
Definition: struct_sol.h:74
Definition: struct_var.h:208
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