#include <cstdint>
#include <limits>
#include <memory>
#include "absl/strings/str_format.h"
#include "absl/strings/str_split.h"
#include "ortools/base/logging.h"
#include "ortools/base/timer.h"
#include "ortools/linear_solver/linear_solver.h"
#include "ilcplex/cplexx.h"
Go to the source code of this file.
◆ CHECK_STATUS
| #define CHECK_STATUS |
( |
| s | ) |
|
Value: do { \
int const status_ = s; \
CHECK_EQ(0, status_); \
} while (0)
Definition at line 42 of file cplex_interface.cc.
◆ CPX_NAN
| #define CPX_NAN std::numeric_limits<double>::quiet_NaN() |
◆ CPXEsetobjoffset()
| CPXLIBAPI int CPXPUBLIC CPXEsetobjoffset |
( |
CPXCENVptr | , |
|
|
CPXLPptr | , |
|
|
double | ) |