OR-Tools  8.2
RevisedSimplexDictionary

Detailed Description

Definition at line 804 of file revised_simplex.h.

Public Types

typedef RowMajorSparseMatrix::const_iterator ConstIterator
 

Public Member Functions

 RevisedSimplexDictionary (const DenseRow *col_scales, RevisedSimplex *revised_simplex)
 
ConstIterator begin () const
 
ConstIterator end () const
 
size_t NumRows () const
 
ColIndex GetBasicColumnForRow (RowIndex r) const
 
SparseRow GetRow (RowIndex r) const
 

Member Typedef Documentation

◆ ConstIterator

Constructor & Destructor Documentation

◆ RevisedSimplexDictionary()

RevisedSimplexDictionary ( const DenseRow col_scales,
RevisedSimplex revised_simplex 
)
inline

Definition at line 813 of file revised_simplex.h.

Member Function Documentation

◆ begin()

ConstIterator begin ( ) const
inline

Definition at line 819 of file revised_simplex.h.

◆ end()

ConstIterator end ( ) const
inline

Definition at line 820 of file revised_simplex.h.

◆ GetBasicColumnForRow()

ColIndex GetBasicColumnForRow ( RowIndex  r) const
inline

Definition at line 825 of file revised_simplex.h.

◆ GetRow()

SparseRow GetRow ( RowIndex  r) const
inline

Definition at line 826 of file revised_simplex.h.

◆ NumRows()

size_t NumRows ( ) const
inline

Definition at line 822 of file revised_simplex.h.


The documentation for this class was generated from the following file: