OR-Tools  9.6
GScipIndicatorConstraint

Detailed Description

Definition at line 449 of file gscip.h.

Public Attributes

SCIP_VAR * indicator_variable = nullptr
 
bool negate_indicator = false
 
std::vector< SCIP_Var * > variables
 
std::vector< double > coefficients
 
double upper_bound = std::numeric_limits<double>::infinity()
 

Member Data Documentation

◆ coefficients

std::vector<double> coefficients

Definition at line 456 of file gscip.h.

◆ indicator_variable

SCIP_VAR* indicator_variable = nullptr

Definition at line 451 of file gscip.h.

◆ negate_indicator

bool negate_indicator = false

Definition at line 452 of file gscip.h.

◆ upper_bound

double upper_bound = std::numeric_limits<double>::infinity()

Definition at line 458 of file gscip.h.

◆ variables

std::vector<SCIP_Var*> variables

Definition at line 454 of file gscip.h.


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