All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
event.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
62 SCIP_DECL_EVENTCOPY ((*eventcopy)), /**< copy method of event handler or NULL if you don't want to copy your plugin into sub-SCIPs */
66 SCIP_DECL_EVENTINITSOL((*eventinitsol)), /**< solving process initialization method of event handler */
67 SCIP_DECL_EVENTEXITSOL((*eventexitsol)), /**< solving process deinitialization method of event handler */
152 SCIP_DECL_EVENTINITSOL((*eventinitsol)) /**< solving process initialization callback of event handler */
159 SCIP_DECL_EVENTEXITSOL((*eventexitsol)) /**< solving process deinitialization callback of event handler */
292 /** creates an event for an addition to the variable's implications list, clique or variable bounds information */
406 SCIP_BRANCHCAND* branchcand, /**< branching candidate storage; only needed for bound change events, or NULL */
407 SCIP_EVENTFILTER* eventfilter /**< event filter for global events; not needed for variable specific events */
439 SCIP_EVENTDATA* eventdata, /**< event data to pass to the event handler for the event processing */
451 SCIP_EVENTDATA* eventdata, /**< event data to pass to the event handler for the event processing */
489 SCIP_BRANCHCAND* branchcand, /**< branching candidate storage; only needed for bound change events, or NULL */
490 SCIP_EVENTFILTER* eventfilter, /**< event filter for global events; not needed for variable specific events */
491 SCIP_EVENT** event /**< pointer to event to add to the queue; will be NULL after queue addition */
|