|
| typedef int32_t | operations_research::glop::Index |
| typedef double | operations_research::glop::Fractional |
| typedef StrictITIVector< ColIndex, Fractional > | operations_research::glop::DenseRow |
| typedef StrictITIVector< ColIndex, bool > | operations_research::glop::DenseBooleanRow |
| typedef StrictITIVector< ColIndex, ColIndex > | operations_research::glop::ColMapping |
| typedef std::vector< ColIndex > | operations_research::glop::ColIndexVector |
| typedef std::vector< RowIndex > | operations_research::glop::RowIndexVector |
| typedef StrictITIVector< ColIndex, RowIndex > | operations_research::glop::ColToRowMapping |
| typedef StrictITIVector< ColIndex, VariableType > | operations_research::glop::VariableTypeRow |
| typedef StrictITIVector< ColIndex, VariableStatus > | operations_research::glop::VariableStatusRow |
| typedef Bitset64< ColIndex > | operations_research::glop::DenseBitRow |
| typedef StrictITIVector< RowIndex, Fractional > | operations_research::glop::DenseColumn |
| typedef StrictITIVector< RowIndex, bool > | operations_research::glop::DenseBooleanColumn |
| typedef Bitset64< RowIndex > | operations_research::glop::DenseBitColumn |
| typedef StrictITIVector< RowIndex, RowIndex > | operations_research::glop::RowMapping |
| typedef StrictITIVector< RowIndex, ColIndex > | operations_research::glop::RowToColMapping |
| typedef StrictITIVector< RowIndex, ConstraintStatus > | operations_research::glop::ConstraintStatusColumn |