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