Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <gscip_ext.h>
Public Attributes | |
SCIP_VAR * | indicator_variable = nullptr |
bool | negate_indicator = false |
GScipLinearRange | range |
Models the constraint z = 1 => lb <= ax <= ub If negate_indicator, then instead: z = 0 => lb <= ax <= ub
Definition at line 84 of file gscip_ext.h.
SCIP_VAR* operations_research::GScipIndicatorRangeConstraint::indicator_variable = nullptr |
Definition at line 85 of file gscip_ext.h.
bool operations_research::GScipIndicatorRangeConstraint::negate_indicator = false |
Definition at line 86 of file gscip_ext.h.
GScipLinearRange operations_research::GScipIndicatorRangeConstraint::range |
Definition at line 87 of file gscip_ext.h.