OR-Tools  9.3
gscip_event_handler.cc File Reference

Go to the source code of this file.

Classes

struct  SCIP_EventhdlrData
 

Namespaces

namespace  operations_research
 Collection of objects used to extend the Constraint Solver library.
 

Functions

static SCIP_DECL_EVENTEXEC (EventExec)
 
static SCIP_DECL_EVENTINIT (EventInit)
 
static SCIP_DECL_EVENTEXIT (EventExit)
 
static SCIP_DECL_EVENTFREE (EventFree)
 
SCIP_RETCODE DropAllEvents (GScipEventHandler &handler)
 

Function Documentation

◆ SCIP_DECL_EVENTEXEC()

static SCIP_DECL_EVENTEXEC ( EventExec  )
static

Definition at line 35 of file gscip_event_handler.cc.

◆ SCIP_DECL_EVENTEXIT()

static SCIP_DECL_EVENTEXIT ( EventExit  )
static

Definition at line 61 of file gscip_event_handler.cc.

◆ SCIP_DECL_EVENTFREE()

static SCIP_DECL_EVENTFREE ( EventFree  )
static

Definition at line 75 of file gscip_event_handler.cc.

◆ SCIP_DECL_EVENTINIT()

static SCIP_DECL_EVENTINIT ( EventInit  )
static

Definition at line 49 of file gscip_event_handler.cc.