OR-Tools  9.6
SosConstraintData< ConstraintId >::LinearExpression

Detailed Description

template<typename ConstraintId>
struct operations_research::math_opt::internal::SosConstraintData< ConstraintId >::LinearExpression

Definition at line 54 of file sos/storage.h.

Public Attributes

absl::flat_hash_map< VariableId, double > terms
 
double offset = 0.0
 

Member Data Documentation

◆ offset

double offset = 0.0

Definition at line 56 of file sos/storage.h.

◆ terms

absl::flat_hash_map<VariableId, double> terms

Definition at line 55 of file sos/storage.h.


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