OR-Tools  8.0
LinearExpression

Detailed Description

Definition at line 165 of file linear_constraint.h.

Public Attributes

std::vector< IntegerVariable > vars
 
std::vector< IntegerValue > coeffs
 
IntegerValue offset = IntegerValue(0)
 

Member Data Documentation

◆ coeffs

std::vector<IntegerValue> coeffs

Definition at line 167 of file linear_constraint.h.

◆ offset

IntegerValue offset = IntegerValue(0)

Definition at line 168 of file linear_constraint.h.

◆ vars

std::vector<IntegerVariable> vars

Definition at line 166 of file linear_constraint.h.


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