Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::math_opt::LowerBoundedQuadraticExpression Struct Reference

Detailed Description

Definition at line 1019 of file variable_and_expressions.h.

#include <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]

operations_research::math_opt::LowerBoundedQuadraticExpression::LowerBoundedQuadraticExpression ( QuadraticExpression expression,
double lower_bound )
inline

Definition at line 2701 of file variable_and_expressions.h.

◆ LowerBoundedQuadraticExpression() [2/2]

operations_research::math_opt::LowerBoundedQuadraticExpression::LowerBoundedQuadraticExpression ( LowerBoundedLinearExpression lb_expression)
inline

Definition at line 2704 of file variable_and_expressions.h.

Member Data Documentation

◆ expression

QuadraticExpression operations_research::math_opt::LowerBoundedQuadraticExpression::expression

Definition at line 1029 of file variable_and_expressions.h.

◆ lower_bound

double operations_research::math_opt::LowerBoundedQuadraticExpression::lower_bound

Definition at line 1030 of file variable_and_expressions.h.


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