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

#include <gscip_ext.h>

Public Attributes

SCIP_VAR * indicator_variable = nullptr
 
bool negate_indicator = false
 
GScipLinearRange range
 

Detailed Description

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.

Member Data Documentation

◆ indicator_variable

SCIP_VAR* operations_research::GScipIndicatorRangeConstraint::indicator_variable = nullptr

Definition at line 85 of file gscip_ext.h.

◆ negate_indicator

bool operations_research::GScipIndicatorRangeConstraint::negate_indicator = false

Definition at line 86 of file gscip_ext.h.

◆ range

GScipLinearRange operations_research::GScipIndicatorRangeConstraint::range

Definition at line 87 of file gscip_ext.h.


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