Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
gscip_event_handler.cc File Reference
#include "ortools/math_opt/solvers/gscip/gscip_event_handler.h"
#include <string>
#include <vector>
#include "absl/status/status.h"
#include "ortools/base/logging.h"
#include "ortools/linear_solver/scip_helper_macros.h"
#include "ortools/math_opt/solvers/gscip/gscip.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
 OR-Tools root namespace.

Functions

static SCIP_DECL_EVENTEXEC (EventExec)
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()

SCIP_DECL_EVENTEXEC ( EventExec )
static

Definition at line 35 of file gscip_event_handler.cc.

◆ SCIP_DECL_EVENTEXIT()

SCIP_DECL_EVENTEXIT ( EventExit )
static

Definition at line 61 of file gscip_event_handler.cc.

◆ SCIP_DECL_EVENTFREE()

SCIP_DECL_EVENTFREE ( EventFree )
static

Definition at line 75 of file gscip_event_handler.cc.

◆ SCIP_DECL_EVENTINIT()

SCIP_DECL_EVENTINIT ( EventInit )
static

Definition at line 49 of file gscip_event_handler.cc.