Definition at line 132 of file revised_simplex.h.
#include <revised_simplex.h>
◆ RevisedSimplex() [1/2]
| operations_research::glop::RevisedSimplex::RevisedSimplex |
( |
| ) |
|
◆ RevisedSimplex() [2/2]
| operations_research::glop::RevisedSimplex::RevisedSimplex |
( |
const RevisedSimplex & | | ) |
|
|
delete |
◆ ClearIntegralityScales()
| void operations_research::glop::RevisedSimplex::ClearIntegralityScales |
( |
| ) |
|
|
inline |
◆ ClearStateForNextSolve()
| void operations_research::glop::RevisedSimplex::ClearStateForNextSolve |
( |
| ) |
|
◆ ComputeBasicVariablesForState()
| void operations_research::glop::RevisedSimplex::ComputeBasicVariablesForState |
( |
const LinearProgram & | linear_program, |
|
|
const BasisState & | state ) |
◆ ComputeDictionary()
◆ DeterministicTime()
| double operations_research::glop::RevisedSimplex::DeterministicTime |
( |
| ) |
const |
◆ GetBasis()
| ColIndex operations_research::glop::RevisedSimplex::GetBasis |
( |
RowIndex | row | ) |
const |
◆ GetBasisFactorization()
| const BasisFactorization & operations_research::glop::RevisedSimplex::GetBasisFactorization |
( |
| ) |
const |
◆ GetBasisVector()
| RowToColMapping operations_research::glop::RevisedSimplex::GetBasisVector |
( |
| ) |
const |
|
inline |
◆ GetConstraintActivity()
| Fractional operations_research::glop::RevisedSimplex::GetConstraintActivity |
( |
RowIndex | row | ) |
const |
◆ GetConstraintStatus()
| ConstraintStatus operations_research::glop::RevisedSimplex::GetConstraintStatus |
( |
RowIndex | row | ) |
const |
◆ GetDualRay()
| const DenseColumn & operations_research::glop::RevisedSimplex::GetDualRay |
( |
| ) |
const |
◆ GetDualRayRowCombination()
| const DenseRow & operations_research::glop::RevisedSimplex::GetDualRayRowCombination |
( |
| ) |
const |
◆ GetDualSquaredNorms()
◆ GetDualValue()
| Fractional operations_research::glop::RevisedSimplex::GetDualValue |
( |
RowIndex | row | ) |
const |
◆ GetNotBasicBitRow()
| const DenseBitRow & operations_research::glop::RevisedSimplex::GetNotBasicBitRow |
( |
| ) |
const |
|
inline |
◆ GetNumberOfIterations()
| int64_t operations_research::glop::RevisedSimplex::GetNumberOfIterations |
( |
| ) |
const |
◆ GetObjectiveValue()
| Fractional operations_research::glop::RevisedSimplex::GetObjectiveValue |
( |
| ) |
const |
◆ GetParameters()
| const GlopParameters & operations_research::glop::RevisedSimplex::GetParameters |
( |
| ) |
const |
|
inline |
◆ GetPrimalRay()
| const DenseRow & operations_research::glop::RevisedSimplex::GetPrimalRay |
( |
| ) |
const |
◆ GetProblemNumCols()
| ColIndex operations_research::glop::RevisedSimplex::GetProblemNumCols |
( |
| ) |
const |
◆ GetProblemNumRows()
| RowIndex operations_research::glop::RevisedSimplex::GetProblemNumRows |
( |
| ) |
const |
◆ GetProblemStatus()
| ProblemStatus operations_research::glop::RevisedSimplex::GetProblemStatus |
( |
| ) |
const |
◆ GetReducedCost()
| Fractional operations_research::glop::RevisedSimplex::GetReducedCost |
( |
ColIndex | col | ) |
const |
◆ GetReducedCosts()
| const DenseRow & operations_research::glop::RevisedSimplex::GetReducedCosts |
( |
| ) |
const |
◆ GetState()
| const BasisState & operations_research::glop::RevisedSimplex::GetState |
( |
| ) |
const |
◆ GetUnitRowLeftInverse()
| const ScatteredRow & operations_research::glop::RevisedSimplex::GetUnitRowLeftInverse |
( |
RowIndex | row | ) |
|
|
inline |
◆ GetVariableStatus()
| VariableStatus operations_research::glop::RevisedSimplex::GetVariableStatus |
( |
ColIndex | col | ) |
const |
◆ GetVariableValue()
| Fractional operations_research::glop::RevisedSimplex::GetVariableValue |
( |
ColIndex | col | ) |
const |
◆ LoadStateForNextSolve()
| void operations_research::glop::RevisedSimplex::LoadStateForNextSolve |
( |
const BasisState & | state | ) |
|
◆ MatrixWithSlack()
| const CompactSparseMatrix & operations_research::glop::RevisedSimplex::MatrixWithSlack |
( |
| ) |
const |
|
inline |
◆ MinimizeFromTransposedMatrixWithSlack()
◆ MutableLowerBounds()
| DenseRow * operations_research::glop::RevisedSimplex::MutableLowerBounds |
( |
| ) |
|
|
inline |
◆ MutableTransposedMatrixWithSlack()
| CompactSparseMatrix * operations_research::glop::RevisedSimplex::MutableTransposedMatrixWithSlack |
( |
| ) |
|
|
inline |
◆ MutableUpperBounds()
| DenseRow * operations_research::glop::RevisedSimplex::MutableUpperBounds |
( |
| ) |
|
|
inline |
◆ objective_limit_reached()
| bool operations_research::glop::RevisedSimplex::objective_limit_reached |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ SetIntegralityScale()
| void operations_research::glop::RevisedSimplex::SetIntegralityScale |
( |
ColIndex | col, |
|
|
Fractional | scale ) |
◆ SetLogger()
| void operations_research::glop::RevisedSimplex::SetLogger |
( |
SolverLogger * | logger | ) |
|
|
inline |
◆ SetParameters()
| void operations_research::glop::RevisedSimplex::SetParameters |
( |
const GlopParameters & | parameters | ) |
|
◆ SetRandom()
| void operations_research::glop::RevisedSimplex::SetRandom |
( |
absl::BitGenRef | random | ) |
|
◆ SetStartingVariableValuesForNextSolve()
| void operations_research::glop::RevisedSimplex::SetStartingVariableValuesForNextSolve |
( |
const DenseRow & | values | ) |
|
◆ Solve()
◆ StatString()
| std::string operations_research::glop::RevisedSimplex::StatString |
( |
| ) |
|
The documentation for this class was generated from the following files: