OR-Tools  9.6
gscip_solver.cc File Reference

Go to the source code of this file.

Namespaces

 operations_research
 Collection of objects used to extend the Constraint Solver library.
 
 operations_research::math_opt
 

Functions

GScipParameters::MetaParamValue ConvertMathOptEmphasis (EmphasisProto emphasis)
 

Variable Documentation

◆ coefficients

absl::Span<const double> coefficients

Definition at line 154 of file gscip_solver.cc.

◆ linear_constraint_id

int64_t linear_constraint_id

Definition at line 149 of file gscip_solver.cc.

◆ lower_bound

double lower_bound

Definition at line 150 of file gscip_solver.cc.

◆ name

absl::string_view name

Definition at line 152 of file gscip_solver.cc.

◆ upper_bound

double upper_bound

Definition at line 151 of file gscip_solver.cc.

◆ variable_ids

absl::Span<const int64_t> variable_ids

Definition at line 153 of file gscip_solver.cc.