OR-Tools  8.2
GScipIndicatorConstraint

Detailed Description

Definition at line 423 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 430 of file gscip.h.

◆ indicator_variable

SCIP_VAR* indicator_variable = nullptr

Definition at line 425 of file gscip.h.

◆ negate_indicator

bool negate_indicator = false

Definition at line 426 of file gscip.h.

◆ upper_bound

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

Definition at line 432 of file gscip.h.

◆ variables

std::vector<SCIP_Var*> variables

Definition at line 428 of file gscip.h.


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