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

Detailed Description

Definition at line 110 of file gscip.h.

#include <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> operations_research::GScipLinearRange::coefficients

Definition at line 113 of file gscip.h.

◆ lower_bound

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

Definition at line 111 of file gscip.h.

◆ upper_bound

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

Definition at line 114 of file gscip.h.

◆ variables

std::vector<SCIP_VAR*> operations_research::GScipLinearRange::variables

Definition at line 112 of file gscip.h.


The documentation for this struct was generated from the following file:
  • ortools/math_opt/solvers/gscip/gscip.h