Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
basis_status.h File Reference
#include <cstdint>
#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
 OR-Tools root namespace.
namespace  operations_research::math_opt

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
}

Functions

 operations_research::math_opt::MATH_OPT_DEFINE_ENUM (BasisStatus, BASIS_STATUS_UNSPECIFIED)