#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.
|
namespace | operations_research |
| In SWIG mode, we don't want anything besides these top-level includes.
|
|
◆ SCIP_DECL_EVENTEXEC()
static SCIP_DECL_EVENTEXEC |
( |
EventExec | | ) |
|
|
static |
◆ SCIP_DECL_EVENTEXIT()
static SCIP_DECL_EVENTEXIT |
( |
EventExit | | ) |
|
|
static |
◆ SCIP_DECL_EVENTFREE()
static SCIP_DECL_EVENTFREE |
( |
EventFree | | ) |
|
|
static |
◆ SCIP_DECL_EVENTINIT()
static SCIP_DECL_EVENTINIT |
( |
EventInit | | ) |
|
|
static |