![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
#include "ortools/math_opt/solvers/xpress_solver.h"
#include "absl/strings/str_join.h"
#include "ortools/base/map_util.h"
#include "ortools/base/protoutil.h"
#include "ortools/base/status_macros.h"
#include "ortools/math_opt/core/math_opt_proto_utils.h"
#include "ortools/math_opt/core/sparse_vector_view.h"
#include "ortools/math_opt/cpp/solve_result.h"
#include "ortools/math_opt/validators/callback_validator.h"
#include "ortools/port/proto_utils.h"
#include "ortools/xpress/environment.h"
Go to the source code of this file.
Namespaces | |
namespace | operations_research |
In SWIG mode, we don't want anything besides these top-level includes. | |
namespace | operations_research::math_opt |
An object oriented wrapper for quadratic constraints in ModelStorage. | |
Functions | |
BasisStatusProto | operations_research::math_opt::XpressToMathOptBasisStatus (const int status, bool isConstraint) |
int | operations_research::math_opt::MathOptToXpressBasisStatus (const BasisStatusProto status, bool isConstraint) |
Variables | |
constexpr SupportedProblemStructures | operations_research::math_opt::kXpressSupportedStructures |