![]() |
OR-Tools
9.6
|
Definition at line 231 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 233 of file preprocessor.h.
|
delete |
| void Clear | ( | ) |
Definition at line 291 of file preprocessor.cc.
| const DenseBooleanColumn & GetMarkedRows | ( | ) | const |
Definition at line 306 of file preprocessor.cc.
|
inline |
Definition at line 238 of file preprocessor.h.
|
inline |
Definition at line 253 of file preprocessor.h.
| void MarkRowForDeletion | ( | RowIndex | row | ) |
Definition at line 293 of file preprocessor.cc.
|
delete |
| void RestoreDeletedRows | ( | ProblemSolution * | solution | ) | const |
Definition at line 310 of file preprocessor.cc.
| void UnmarkRow | ( | RowIndex | row | ) |
Definition at line 301 of file preprocessor.cc.