Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <preprocessor.h>
Public Member Functions | |
ColChoiceAndStatus () | |
ColChoiceAndStatus (ColChoice c, VariableStatus s, Fractional v) | |
Public Attributes | |
ColChoice | col_choice |
VariableStatus | status |
Fractional | value |
If the modified variable has status AT_[LOWER,UPPER]_BOUND, then we'll set one of the two original variables to one of its bounds, and set the other to VariableStatus::BASIC. We store this information (which variable will be set to one of its bounds, and which bound) for each possible outcome.
Definition at line 896 of file preprocessor.h.
|
inline |
Definition at line 900 of file preprocessor.h.
|
inline |
Definition at line 901 of file preprocessor.h.
ColChoice operations_research::glop::DoubletonEqualityRowPreprocessor::RestoreInfo::ColChoiceAndStatus::col_choice |
Definition at line 897 of file preprocessor.h.
VariableStatus operations_research::glop::DoubletonEqualityRowPreprocessor::RestoreInfo::ColChoiceAndStatus::status |
Definition at line 898 of file preprocessor.h.
Fractional operations_research::glop::DoubletonEqualityRowPreprocessor::RestoreInfo::ColChoiceAndStatus::value |
Definition at line 899 of file preprocessor.h.