![]() |
OR-Tools
9.6
|
Definition at line 90 of file gscip_event_handler.h.
Public Member Functions | |
| GScipEventHandler (const GScipEventHandlerDescription &description) | |
| virtual | ~GScipEventHandler ()=default |
| void | Register (GScip *gscip) |
| virtual SCIP_RETCODE | Init (GScip *gscip) |
| virtual SCIP_RETCODE | Execute (GScipEventHandlerContext context) |
| virtual SCIP_RETCODE | Exit (GScip *gscip) |
Protected Member Functions | |
| SCIP_RETCODE | CatchEvent (SCIP_EVENTTYPE event_type) |
|
inlineexplicit |
Definition at line 92 of file gscip_event_handler.h.
|
virtualdefault |
|
protected |
Definition at line 116 of file gscip_event_handler.cc.
|
inlinevirtual |
Definition at line 119 of file gscip_event_handler.h.
|
inlinevirtual |
Definition at line 132 of file gscip_event_handler.h.
|
inlinevirtual |
Definition at line 113 of file gscip_event_handler.h.
| void Register | ( | GScip * | gscip | ) |
Definition at line 92 of file gscip_event_handler.cc.