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

A QuadraticExpression with a lower bound. More...

Detailed Description

A QuadraticExpression with a lower bound.

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)
 Users are not expected to explicitly use the following constructor.

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

Users are not expected to use this constructor. Instead, they should build this object using overloads of the >= and <= operators. For example, x * y / >= 3.

LowerBoundedQuadraticExpression UpperBoundedQuadraticExpression BoundedQuadraticExpression

Definition at line 2701 of file variable_and_expressions.h.

◆ LowerBoundedQuadraticExpression() [2/2]

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

Users are not expected to explicitly use the following constructor.

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: