![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <cstddef>#include <vector>#include "absl/log/check.h"#include "ortools/lp_data/lp_types.h"#include "ortools/util/bitset.h"Go to the source code of this file.
Classes | |
| class | operations_research::glop::ScatteredVectorEntry< IndexType > |
| struct | operations_research::glop::ScatteredVector< Index, Iterator > |
| class | operations_research::glop::ScatteredColumnEntry |
| Specializations used in the code. More... | |
| class | operations_research::glop::ScatteredRowEntry |
| struct | operations_research::glop::ScatteredColumn |
| struct | operations_research::glop::ScatteredRow |
Namespaces | |
| namespace | operations_research |
| In SWIG mode, we don't want anything besides these top-level includes. | |
| namespace | operations_research::glop |
Typedefs | |
| using | operations_research::glop::ScatteredColumnIterator = VectorIterator<ScatteredColumnEntry> |
| using | operations_research::glop::ScatteredRowIterator = VectorIterator<ScatteredRowEntry> |
Functions | |
| const ScatteredRow & | operations_research::glop::TransposedView (const ScatteredColumn &c) |
| const ScatteredColumn & | operations_research::glop::TransposedView (const ScatteredRow &r) |