OR-Tools  8.2
LinearExpression

Detailed Description

Definition at line 174 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 176 of file linear_constraint.h.

◆ offset

IntegerValue offset = IntegerValue(0)

Definition at line 177 of file linear_constraint.h.

◆ vars

std::vector<IntegerVariable> vars

Definition at line 175 of file linear_constraint.h.


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