pkgsrc-wip/py-optlang/DESCR

8 lines
532 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Optlang is a Python package for solving mathematical optimization problems,
i.e. maximizing or minimizing an objective function over a set of variables
subject to a number of constraints. Optlang provides a common interface to a
series of optimization tools, so different solver backends can be changed in
a transparent way. Optlangs object-oriented API takes advantage of the symbolic
math library sympy to allow objective functions and constraints to be easily
formulated from symbolic expressions of variables (see examples).