Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
gscip_event_handler.cc File Reference
#include "ortools/gscip/gscip_event_handler.h"
#include <string>
#include <vector>
#include "absl/status/status.h"
#include "ortools/base/logging.h"
#include "ortools/gscip/gscip.h"
#include "ortools/linear_solver/scip_helper_macros.h"
#include "scip/def.h"
#include "scip/scip.h"
#include "scip/scip_event.h"
#include "scip/type_event.h"

Go to the source code of this file.

Classes

struct  SCIP_EventhdlrData
 

Namespaces

namespace  operations_research
 In SWIG mode, we don't want anything besides these top-level includes.
 

Functions

static SCIP_DECL_EVENTEXEC (EventExec)
 SCIP callback implementation.
 
static SCIP_DECL_EVENTINIT (EventInit)
 
static SCIP_DECL_EVENTEXIT (EventExit)
 
static SCIP_DECL_EVENTFREE (EventFree)
 
SCIP_RETCODE operations_research::DropAllEvents (GScipEventHandler &handler)
 

Function Documentation

◆ SCIP_DECL_EVENTEXEC()

static SCIP_DECL_EVENTEXEC ( EventExec )
static

SCIP callback implementation.

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.