![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Go to the source code of this file.
Namespaces | |
namespace | ortools |
namespace | ortools.math_opt |
namespace | ortools.math_opt.python |
namespace | ortools.math_opt.python.variables |
Functions | |
NoReturn | ortools.math_opt.python.variables._raise_binary_operator_type_error (str operator, Type[Any] lhs, Type[Any] rhs, Optional[str] extra_message=None) |
NoReturn | ortools.math_opt.python.variables._raise_ne_not_supported () |
LinearExpression | ortools.math_opt.python.variables.as_flat_linear_expression (LinearTypes value) |
QuadraticExpression | ortools.math_opt.python.variables.as_flat_quadratic_expression (QuadraticTypes value) |