![]() |
OR-Tools
8.2
|
Definition at line 138 of file preprocessor.h.
Public Member Functions | |
ColumnDeletionHelper () | |
ColumnDeletionHelper (const ColumnDeletionHelper &)=delete | |
ColumnDeletionHelper & | operator= (const ColumnDeletionHelper &)=delete |
void | MarkColumnForDeletion (ColIndex col) |
void | MarkColumnForDeletionWithState (ColIndex col, Fractional value, VariableStatus status) |
void | RestoreDeletedColumns (ProblemSolution *solution) const |
bool | IsColumnMarked (ColIndex col) const |
const DenseBooleanRow & | GetMarkedColumns () const |
bool | IsEmpty () const |
void | Clear () |
const DenseRow & | GetStoredValue () const |
|
inline |
Definition at line 140 of file preprocessor.h.
|
delete |
void Clear | ( | ) |
Definition at line 191 of file preprocessor.cc.
|
inline |
Definition at line 166 of file preprocessor.h.
|
inline |
Definition at line 177 of file preprocessor.h.
|
inline |
Definition at line 161 of file preprocessor.h.
|
inline |
Definition at line 169 of file preprocessor.h.
void MarkColumnForDeletion | ( | ColIndex | col | ) |
Definition at line 196 of file preprocessor.cc.
void MarkColumnForDeletionWithState | ( | ColIndex | col, |
Fractional | value, | ||
VariableStatus | status | ||
) |
Definition at line 200 of file preprocessor.cc.
|
delete |
void RestoreDeletedColumns | ( | ProblemSolution * | solution | ) | const |
Definition at line 213 of file preprocessor.cc.