Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
cplex_interface.cc File Reference
#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.

Classes

class  operations_research::CplexInterface
class  operations_research::unique_ptr< T >
 STL class. More...

Namespaces

namespace  operations_research
 OR-Tools root namespace.

Macros

#define CPX_NAN   std::numeric_limits<double>::quiet_NaN()
#define CHECK_STATUS(s)

Functions

CPXLIBAPI int CPXPUBLIC CPXEsetobjoffset (CPXCENVptr, CPXLPptr, double)

Macro Definition Documentation

◆ 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()

Definition at line 36 of file cplex_interface.cc.

Function Documentation

◆ CPXEsetobjoffset()

CPXLIBAPI int CPXPUBLIC CPXEsetobjoffset ( CPXCENVptr ,
CPXLPptr ,
double  )