struct_event.h
Go to the documentation of this file.
22 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
165 SCIP_EVENTROWADDEDSEPA eventrowaddedsepa; /**< data for row addition to separation storage events */
166 SCIP_EVENTROWDELETEDSEPA eventrowdeletedsepa; /**< data for row deletion from separation storage events */
181 SCIP_EVENTTYPE* eventtypes; /**< array with types of event to process; 0 marks a deleted event catch entry */
189 SCIP_EVENTTYPE eventmask; /**< mask for events that are handled by any event handler in the filter */
199 SCIP_DECL_EVENTCOPY ((*eventcopy)); /**< copy method of event handler or NULL if you don't want to copy your plugin into sub-SCIPs */
203 SCIP_DECL_EVENTINITSOL((*eventinitsol)); /**< solving process initialization method of event handler */
204 SCIP_DECL_EVENTEXITSOL((*eventexitsol)); /**< solving process deinitialization method of event handler */
Definition: struct_event.h:108
SCIP_EVENTROWSIDECHANGED eventrowsidechanged
Definition: struct_event.h:171
Definition: struct_var.h:198
SCIP_DECL_EVENTEXIT(EventhdlrNewSol::scip_exit)
Definition: EventhdlrNewSol.cpp:86
Definition: struct_event.h:64
Definition: struct_event.h:179
Definition: struct_event.h:126
Definition: struct_event.h:40
Definition: struct_tree.h:132
SCIP_DECL_EVENTINITSOL(EventhdlrNewSol::scip_initsol)
Definition: EventhdlrNewSol.cpp:98
Definition: struct_event.h:114
Definition: struct_lp.h:126
Definition: struct_sol.h:64
SCIP_DECL_EVENTINIT(EventhdlrNewSol::scip_init)
Definition: EventhdlrNewSol.cpp:50
Definition: struct_event.h:135
SCIP_DECL_EVENTFREE(EventhdlrNewSol::scip_free)
Definition: EventhdlrNewSol.cpp:43
Definition: struct_event.h:94
Definition: struct_event.h:152
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:120
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:169
Definition: struct_event.h:102
Definition: struct_event.h:46
Definition: struct_event.h:143
SCIP_DECL_EVENTEXEC(EventhdlrNewSol::scip_exec)
Definition: EventhdlrNewSol.cpp:133
SCIP_DECL_EVENTEXITSOL(EventhdlrNewSol::scip_exitsol)
Definition: EventhdlrNewSol.cpp:111
Definition: struct_event.h:58
Definition: struct_event.h:52
SCIP_DECL_EVENTDELETE(EventhdlrNewSol::scip_delete)
Definition: EventhdlrNewSol.cpp:120
common defines and data types used in all packages of SCIP
Definition: struct_event.h:214
SCIP_EVENTROWDELETEDSEPA eventrowdeletedsepa
Definition: struct_event.h:166
Definition: struct_clock.h:55
Definition: struct_event.h:195
SCIP_EVENTROWCONSTCHANGED eventrowconstchanged
Definition: struct_event.h:170