![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 161 of file preprocessor.h.
#include <preprocessor.h>
Public Member Functions | |
| void | SaveColumn (ColIndex col, const SparseColumn &column) |
| void | SaveColumnIfNotAlreadyDone (ColIndex col, const SparseColumn &column) |
| const SparseColumn & | SavedColumn (ColIndex col) const |
| const SparseColumn & | SavedOrEmptyColumn (ColIndex col) const |
| void operations_research::glop::ColumnsSaver::SaveColumn | ( | ColIndex | col, |
| const SparseColumn & | column ) |
Definition at line 216 of file preprocessor.cc.
| void operations_research::glop::ColumnsSaver::SaveColumnIfNotAlreadyDone | ( | ColIndex | col, |
| const SparseColumn & | column ) |
Definition at line 222 of file preprocessor.cc.
| const SparseColumn & operations_research::glop::ColumnsSaver::SavedColumn | ( | ColIndex | col | ) | const |
Definition at line 229 of file preprocessor.cc.
| const SparseColumn & operations_research::glop::ColumnsSaver::SavedOrEmptyColumn | ( | ColIndex | col | ) | const |
Definition at line 235 of file preprocessor.cc.