Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <cstdint>
#include <optional>
#include "absl/types/span.h"
#include "ortools/math_opt/cpp/enums.h"
#include "ortools/math_opt/solution.pb.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. | |
Enumerations | |
enum class | operations_research::math_opt::BasisStatus : int8_t { operations_research::math_opt::kFree = BASIS_STATUS_FREE , operations_research::math_opt::kAtLowerBound = BASIS_STATUS_AT_LOWER_BOUND , operations_research::math_opt::kAtUpperBound = BASIS_STATUS_AT_UPPER_BOUND , operations_research::math_opt::kFixedValue = BASIS_STATUS_FIXED_VALUE , operations_research::math_opt::kBasic = BASIS_STATUS_BASIC } |
Status of a variable/constraint in a LP basis. More... | |
Functions | |
operations_research::math_opt::MATH_OPT_DEFINE_ENUM (BasisStatus, BASIS_STATUS_UNSPECIFIED) | |