Google OR-Tools v9.11
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...

#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
 

Detailed Description

A QuadraticExpression with a lower bound.

Definition at line 1061 of file variable_and_expressions.h.

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 2788 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 2791 of file variable_and_expressions.h.

Member Data Documentation

◆ expression

QuadraticExpression operations_research::math_opt::LowerBoundedQuadraticExpression::expression

Definition at line 1071 of file variable_and_expressions.h.

◆ lower_bound

double operations_research::math_opt::LowerBoundedQuadraticExpression::lower_bound

Definition at line 1072 of file variable_and_expressions.h.


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