OR-Tools  9.6
LowerBoundedQuadraticExpression

Detailed Description

Definition at line 1035 of file variable_and_expressions.h.

Public Member Functions

 LowerBoundedQuadraticExpression (QuadraticExpression expression, double lower_bound)
 
 LowerBoundedQuadraticExpression (LowerBoundedLinearExpression lb_expression)
 

Public Attributes

QuadraticExpression expression
 
double lower_bound
 

Constructor & Destructor Documentation

◆ LowerBoundedQuadraticExpression() [1/2]

LowerBoundedQuadraticExpression ( QuadraticExpression  expression,
double  lower_bound 
)
inline

Definition at line 2659 of file variable_and_expressions.h.

◆ LowerBoundedQuadraticExpression() [2/2]

Member Data Documentation

◆ expression

QuadraticExpression expression

Definition at line 1045 of file variable_and_expressions.h.

◆ lower_bound

double lower_bound

Definition at line 1046 of file variable_and_expressions.h.


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