![]() |
OR-Tools
9.3
|
Go to the source code of this file.
Classes | |
| struct | PrimalSolution |
| struct | PrimalRay |
| struct | DualSolution |
| struct | DualRay |
| struct | Basis |
| struct | Solution |
Namespaces | |
| namespace | operations_research |
| Collection of objects used to extend the Constraint Solver library. | |
| namespace | operations_research::math_opt |
Enumerations | |
| enum class | SolutionStatus { kUndetermined = SOLUTION_STATUS_UNDETERMINED , kFeasible = SOLUTION_STATUS_FEASIBLE , kInfeasible = SOLUTION_STATUS_INFEASIBLE } |
| enum class | BasisStatus : int8_t { kFree = BASIS_STATUS_FREE , kAtLowerBound = BASIS_STATUS_AT_LOWER_BOUND , kAtUpperBound = BASIS_STATUS_AT_UPPER_BOUND , kFixedValue = BASIS_STATUS_FIXED_VALUE , kBasic = BASIS_STATUS_BASIC } |
Functions | |
| MATH_OPT_DEFINE_ENUM (SolutionStatus, SOLUTION_STATUS_UNSPECIFIED) | |
| MATH_OPT_DEFINE_ENUM (BasisStatus, BASIS_STATUS_UNSPECIFIED) | |