![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Bounded (above and below), upper bounded, and lower bounded expressions.
Classes | |
| class | BoundedExpression |
| class | LowerBoundedExpression |
| class | UpperBoundedExpression |
Functions | |
| NoReturn | _raise_binary_operator_type_error (str operator, Type[Any] lhs, Type[Any] rhs, Optional[str] extra_message=None) |
Variables | |
| tuple | _CHAINED_COMPARISON_MESSAGE |
| T = TypeVar("T") | |
|
protected |
Raises TypeError on unsupported operators.
Definition at line 26 of file bounded_expressions.py.
|
protected |
Definition at line 19 of file bounded_expressions.py.
| ortools.math_opt.python.bounded_expressions.T = TypeVar("T") |
Definition at line 42 of file bounded_expressions.py.