OR-Tools  9.3
gscip_solver.cc File Reference

Go to the source code of this file.

Namespaces

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

Functions

GScipParameters::MetaParamValue ConvertMathOptEmphasis (EmphasisProto emphasis)
 

Variable Documentation

◆ coefficients

absl::Span<const double> coefficients

Definition at line 140 of file gscip_solver.cc.

◆ linear_constraint_id

int64_t linear_constraint_id

Definition at line 135 of file gscip_solver.cc.

◆ lower_bound

double lower_bound

Definition at line 136 of file gscip_solver.cc.

◆ name

absl::string_view name

Definition at line 138 of file gscip_solver.cc.

◆ upper_bound

double upper_bound

Definition at line 137 of file gscip_solver.cc.

◆ variable_ids

absl::Span<const int64_t> variable_ids

Definition at line 139 of file gscip_solver.cc.