OR-Tools  9.6
LowerBoundedLinearExpression

Detailed Description

Definition at line 485 of file variable_and_expressions.h.

Public Member Functions

 LowerBoundedLinearExpression (LinearExpression expression, double lower_bound)
 

Public Attributes

LinearExpression expression
 
double lower_bound
 

Constructor & Destructor Documentation

◆ LowerBoundedLinearExpression()

LowerBoundedLinearExpression ( LinearExpression  expression,
double  lower_bound 
)
inline

Definition at line 1682 of file variable_and_expressions.h.

Member Data Documentation

◆ expression

LinearExpression expression

Definition at line 491 of file variable_and_expressions.h.

◆ lower_bound

double lower_bound

Definition at line 492 of file variable_and_expressions.h.


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