OR-Tools  8.2
GScipLinearRange

Detailed Description

Definition at line 93 of file gscip.h.

Public Attributes

double lower_bound = -std::numeric_limits<double>::infinity()
 
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 96 of file gscip.h.

◆ lower_bound

double lower_bound = -std::numeric_limits<double>::infinity()

Definition at line 94 of file gscip.h.

◆ upper_bound

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

Definition at line 97 of file gscip.h.

◆ variables

std::vector<SCIP_VAR*> variables

Definition at line 95 of file gscip.h.


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