![]() |
OR-Tools
8.2
|
Definition at line 147 of file revised_simplex.h.
| RevisedSimplex | ( | ) |
Definition at line 78 of file revised_simplex.cc.
|
inline |
Definition at line 250 of file revised_simplex.h.
| void ClearStateForNextSolve | ( | ) |
Definition at line 120 of file revised_simplex.cc.
| void ComputeBasicVariablesForState | ( | const LinearProgram & | linear_program, |
| const BasisState & | state | ||
| ) |
Definition at line 3190 of file revised_simplex.cc.
| absl::StrongVector< RowIndex, SparseRow > ComputeDictionary | ( | const DenseRow * | column_scales | ) |
Definition at line 3168 of file revised_simplex.cc.
| double DeterministicTime | ( | ) | const |
Definition at line 525 of file revised_simplex.cc.
| ColIndex GetBasis | ( | RowIndex | row | ) | const |
Definition at line 502 of file revised_simplex.cc.
| const BasisFactorization & GetBasisFactorization | ( | ) | const |
Definition at line 504 of file revised_simplex.cc.
|
inline |
Definition at line 229 of file revised_simplex.h.
| Fractional GetConstraintActivity | ( | RowIndex | row | ) | const |
Definition at line 469 of file revised_simplex.cc.
| ConstraintStatus GetConstraintStatus | ( | RowIndex | row | ) | const |
Definition at line 475 of file revised_simplex.cc.
| const DenseColumn & GetDualRay | ( | ) | const |
Definition at line 492 of file revised_simplex.cc.
| const DenseRow & GetDualRayRowCombination | ( | ) | const |
Definition at line 497 of file revised_simplex.cc.
| Fractional GetDualValue | ( | RowIndex | row | ) | const |
Definition at line 459 of file revised_simplex.cc.
| int64 GetNumberOfIterations | ( | ) | const |
Definition at line 441 of file revised_simplex.cc.
| Fractional GetObjectiveValue | ( | ) | const |
Definition at line 437 of file revised_simplex.cc.
|
inline |
Definition at line 153 of file revised_simplex.h.
| const DenseRow & GetPrimalRay | ( | ) | const |
Definition at line 488 of file revised_simplex.cc.
| ColIndex GetProblemNumCols | ( | ) | const |
Definition at line 445 of file revised_simplex.cc.
| RowIndex GetProblemNumRows | ( | ) | const |
Definition at line 443 of file revised_simplex.cc.
| ProblemStatus GetProblemStatus | ( | ) | const |
Definition at line 433 of file revised_simplex.cc.
| Fractional GetReducedCost | ( | ColIndex | col | ) | const |
Definition at line 451 of file revised_simplex.cc.
| const DenseRow & GetReducedCosts | ( | ) | const |
Definition at line 455 of file revised_simplex.cc.
| const BasisState & GetState | ( | ) | const |
Definition at line 467 of file revised_simplex.cc.
|
inline |
Definition at line 223 of file revised_simplex.h.
| VariableStatus GetVariableStatus | ( | ColIndex | col | ) | const |
Definition at line 463 of file revised_simplex.cc.
| Fractional GetVariableValue | ( | ColIndex | col | ) | const |
Definition at line 447 of file revised_simplex.cc.
| void LoadStateForNextSolve | ( | const BasisState & | state | ) |
Definition at line 125 of file revised_simplex.cc.
| void NotifyThatMatrixIsUnchangedForNextSolve | ( | ) |
Definition at line 131 of file revised_simplex.cc.
|
inline |
Definition at line 200 of file revised_simplex.h.
| void SetIntegralityScale | ( | ColIndex | col, |
| Fractional | scale | ||
| ) |
Definition at line 2324 of file revised_simplex.cc.
| void SetParameters | ( | const GlopParameters & | parameters | ) |
Definition at line 3036 of file revised_simplex.cc.
| Status Solve | ( | const LinearProgram & | lp, |
| TimeLimit * | time_limit | ||
| ) |
Definition at line 135 of file revised_simplex.cc.
| std::string StatString | ( | ) |
Definition at line 3001 of file revised_simplex.cc.