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

A LinearExpression with a lower bound. More...

Detailed Description

A LinearExpression with a lower bound.

Definition at line 468 of file variable_and_expressions.h.

#include <variable_and_expressions.h>

Public Member Functions

 LowerBoundedLinearExpression (LinearExpression expression, double lower_bound)

Public Attributes

LinearExpression expression
double lower_bound

Constructor & Destructor Documentation

◆ LowerBoundedLinearExpression()

operations_research::math_opt::LowerBoundedLinearExpression::LowerBoundedLinearExpression ( LinearExpression 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.

LowerBoundedLinearExpression UpperBoundedLinearExpression BoundedLinearExpression

Definition at line 1686 of file variable_and_expressions.h.

Member Data Documentation

◆ expression

LinearExpression operations_research::math_opt::LowerBoundedLinearExpression::expression

Definition at line 474 of file variable_and_expressions.h.

◆ lower_bound

double operations_research::math_opt::LowerBoundedLinearExpression::lower_bound

Definition at line 475 of file variable_and_expressions.h.


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