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 */
Definition: struct_event.h:117
SCIP_EVENTROWSIDECHANGED eventrowsidechanged
Definition: struct_event.h:180
Definition: struct_var.h:207
SCIP_DECL_EVENTEXIT(EventhdlrNewSol::scip_exit)
Definition: EventhdlrNewSol.cpp:95
Definition: struct_event.h:73
Definition: struct_event.h:188
Definition: struct_event.h:135
Definition: struct_event.h:49
Definition: struct_tree.h:141
SCIP_DECL_EVENTINITSOL(EventhdlrNewSol::scip_initsol)
Definition: EventhdlrNewSol.cpp:107
Definition: struct_event.h:123
Definition: struct_lp.h:135
Definition: struct_sol.h:73
SCIP_DECL_EVENTINIT(EventhdlrNewSol::scip_init)
Definition: EventhdlrNewSol.cpp:59
Definition: struct_event.h:144
SCIP_DECL_EVENTFREE(EventhdlrNewSol::scip_free)
Definition: EventhdlrNewSol.cpp:52
Definition: struct_event.h:103
Definition: struct_event.h:161
type definitions for problem variables
type definitions for managing events
Definition: struct_event.h:97
Definition: struct_event.h:81
Definition: struct_lp.h:201
Definition: struct_event.h:89
Definition: struct_event.h:129
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:178
Definition: struct_event.h:111
Definition: struct_event.h:55
Definition: struct_event.h:152
SCIP_DECL_EVENTEXEC(EventhdlrNewSol::scip_exec)
Definition: EventhdlrNewSol.cpp:142
SCIP_DECL_EVENTEXITSOL(EventhdlrNewSol::scip_exitsol)
Definition: EventhdlrNewSol.cpp:120
Definition: struct_event.h:67
Definition: struct_event.h:61
SCIP_DECL_EVENTDELETE(EventhdlrNewSol::scip_delete)
Definition: EventhdlrNewSol.cpp:129
common defines and data types used in all packages of SCIP
Definition: struct_event.h:223
SCIP_EVENTROWDELETEDSEPA eventrowdeletedsepa
Definition: struct_event.h:175
Definition: struct_clock.h:64
Definition: struct_event.h:204
SCIP_EVENTROWCONSTCHANGED eventrowconstchanged
Definition: struct_event.h:179