|
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
struct_event.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
155 SCIP_EVENTROWADDEDSEPA eventrowaddedsepa; /**< data for row addition to separation storage events */
156 SCIP_EVENTROWDELETEDSEPA eventrowdeletedsepa; /**< data for row deletion from separation storage events */
171 SCIP_EVENTTYPE* eventtypes; /**< array with types of event to process; 0 marks a deleted event catch entry */
179 unsigned int eventmask; /**< mask for events that are handled by any event handler in the filter */
189 SCIP_DECL_EVENTCOPY ((*eventcopy)); /**< copy method of event handler or NULL if you don't want to copy your plugin into sub-SCIPs */
193 SCIP_DECL_EVENTINITSOL((*eventinitsol)); /**< solving process initialization method of event handler */
194 SCIP_DECL_EVENTEXITSOL((*eventexitsol)); /**< solving process deinitialization method of event handler */
SCIP_DECL_EVENTINITSOL((*eventinitsol)) Definition: struct_event.h:99 SCIP_EVENTROWSIDECHANGED eventrowsidechanged Definition: struct_event.h:161 Definition: struct_var.h:196 Definition: struct_event.h:63 Definition: struct_event.h:169 SCIP_DECL_EVENTCOPY((*eventcopy)) Definition: struct_event.h:117 Definition: struct_event.h:39 Definition: struct_tree.h:122 Definition: struct_event.h:105 Definition: struct_lp.h:123 Definition: struct_sol.h:50 Definition: struct_event.h:126 SCIP_DECL_EVENTINIT((*eventinit)) SCIP_DECL_EVENTEXITSOL((*eventexitsol)) Definition: struct_event.h:143 type definitions for problem variables type definitions for managing events Definition: struct_event.h:87 Definition: struct_event.h:71 Definition: struct_lp.h:189 Definition: struct_event.h:79 Definition: struct_event.h:111 SCIP_DECL_EVENTFREE((*eventfree)) type definitions for branch and bound tree type definitions for clocks and timing issues type definitions for storing primal CIP solutions SCIP_DECL_EVENTEXEC((*eventexec)) SCIP_EVENTROWCOEFCHANGED eventrowcoefchanged Definition: struct_event.h:159 Definition: struct_event.h:93 Definition: struct_event.h:45 Definition: struct_event.h:134 SCIP_DECL_EVENTDELETE((*eventdelete)) Definition: struct_event.h:57 union SCIP_Event::@7 data Definition: struct_event.h:51 SCIP_DECL_EVENTEXIT((*eventexit)) common defines and data types used in all packages of SCIP Definition: struct_event.h:204 SCIP_EVENTROWDELETEDSEPA eventrowdeletedsepa Definition: struct_event.h:156 Definition: struct_clock.h:54 Definition: struct_event.h:185 SCIP_EVENTROWCONSTCHANGED eventrowconstchanged Definition: struct_event.h:160 |