![]() |
OR-Tools
8.2
|
Definition at line 194 of file preprocessor.h.
Public Member Functions | |
| RowDeletionHelper () | |
| RowDeletionHelper (const RowDeletionHelper &)=delete | |
| RowDeletionHelper & | operator= (const RowDeletionHelper &)=delete |
| bool | IsEmpty () const |
| void | Clear () |
| void | MarkRowForDeletion (RowIndex row) |
| void | UnmarkRow (RowIndex row) |
| const DenseBooleanColumn & | GetMarkedRows () const |
| bool | IsRowMarked (RowIndex row) const |
| void | RestoreDeletedRows (ProblemSolution *solution) const |
|
inline |
Definition at line 196 of file preprocessor.h.
|
delete |
| void Clear | ( | ) |
Definition at line 244 of file preprocessor.cc.
| const DenseBooleanColumn & GetMarkedRows | ( | ) | const |
Definition at line 259 of file preprocessor.cc.
|
inline |
Definition at line 201 of file preprocessor.h.
|
inline |
Definition at line 216 of file preprocessor.h.
| void MarkRowForDeletion | ( | RowIndex | row | ) |
Definition at line 246 of file preprocessor.cc.
|
delete |
| void RestoreDeletedRows | ( | ProblemSolution * | solution | ) | const |
Definition at line 263 of file preprocessor.cc.
| void UnmarkRow | ( | RowIndex | row | ) |
Definition at line 254 of file preprocessor.cc.