OR-Tools  9.6
GScipLinearRange

Detailed Description

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

◆ lower_bound

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

Definition at line 99 of file gscip.h.

◆ upper_bound

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

Definition at line 102 of file gscip.h.

◆ variables

std::vector<SCIP_VAR*> variables

Definition at line 100 of file gscip.h.


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