Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::glop::DoubletonEqualityRowPreprocessor::RestoreInfo::ColChoiceAndStatus Struct Reference

#include <preprocessor.h>

Public Member Functions

 ColChoiceAndStatus ()
 
 ColChoiceAndStatus (ColChoice c, VariableStatus s, Fractional v)
 

Public Attributes

ColChoice col_choice
 
VariableStatus status
 
Fractional value
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ColChoiceAndStatus() [1/2]

operations_research::glop::DoubletonEqualityRowPreprocessor::RestoreInfo::ColChoiceAndStatus::ColChoiceAndStatus ( )
inline

Definition at line 900 of file preprocessor.h.

◆ ColChoiceAndStatus() [2/2]

operations_research::glop::DoubletonEqualityRowPreprocessor::RestoreInfo::ColChoiceAndStatus::ColChoiceAndStatus ( ColChoice c,
VariableStatus s,
Fractional v )
inline

Definition at line 901 of file preprocessor.h.

Member Data Documentation

◆ col_choice

ColChoice operations_research::glop::DoubletonEqualityRowPreprocessor::RestoreInfo::ColChoiceAndStatus::col_choice

Definition at line 897 of file preprocessor.h.

◆ status

VariableStatus operations_research::glop::DoubletonEqualityRowPreprocessor::RestoreInfo::ColChoiceAndStatus::status

Definition at line 898 of file preprocessor.h.

◆ value

Fractional operations_research::glop::DoubletonEqualityRowPreprocessor::RestoreInfo::ColChoiceAndStatus::value

Definition at line 899 of file preprocessor.h.


The documentation for this struct was generated from the following file: