|
typedef int32_t | operations_research::glop::Index |
|
typedef double | operations_research::glop::Fractional |
|
typedef StrictITIVector< ColIndex, Fractional > | operations_research::glop::DenseRow |
| Row-vector types. Row-vector types are indexed by a column index.
|
|
typedef StrictITIVector< ColIndex, bool > | operations_research::glop::DenseBooleanRow |
| Row of booleans.
|
|
typedef StrictITIVector< ColIndex, ColIndex > | operations_research::glop::ColMapping |
| Row of column indices. Used to represent mappings between columns.
|
|
typedef std::vector< ColIndex > | operations_research::glop::ColIndexVector |
| Vector of row or column indices. Useful to list the non-zero positions.
|
|
typedef std::vector< RowIndex > | operations_research::glop::RowIndexVector |
|
typedef StrictITIVector< ColIndex, RowIndex > | operations_research::glop::ColToRowMapping |
|
typedef StrictITIVector< ColIndex, VariableType > | operations_research::glop::VariableTypeRow |
| Row of variable types.
|
|
typedef StrictITIVector< ColIndex, VariableStatus > | operations_research::glop::VariableStatusRow |
| Row of variable statuses.
|
|
typedef Bitset64< ColIndex > | operations_research::glop::DenseBitRow |
| Row of bits.
|
|
typedef StrictITIVector< RowIndex, Fractional > | operations_research::glop::DenseColumn |
| Column-vector types. Column-vector types are indexed by a row index.
|
|
typedef StrictITIVector< RowIndex, bool > | operations_research::glop::DenseBooleanColumn |
| Column of booleans.
|
|
typedef Bitset64< RowIndex > | operations_research::glop::DenseBitColumn |
| Column of bits.
|
|
typedef StrictITIVector< RowIndex, RowIndex > | operations_research::glop::RowMapping |
| Column of row indices. Used to represent mappings between rows.
|
|
typedef StrictITIVector< RowIndex, ColIndex > | operations_research::glop::RowToColMapping |
|
typedef StrictITIVector< RowIndex, ConstraintStatus > | operations_research::glop::ConstraintStatusColumn |
| Column of constraints (slack variables) statuses.
|
|