Google OR-Tools v9.11
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.expressions |
Functions | |
model.LinearSum | ortools.math_opt.python.expressions.fast_sum (Iterable[model.LinearTypes] summands) |
Union[model.LinearSum, model.QuadraticSum] | ortools.math_opt.python.expressions.fast_sum (Iterable[model.QuadraticTypes] summands) |
ortools.math_opt.python.expressions.fast_sum (summands) | |
float | ortools.math_opt.python.expressions.evaluate_expression (model.QuadraticTypes expression, Mapping[model.Variable, float] variable_values) |