パッケージ: python-optlang (1.3.0-1)
python-optlang に関するリンク
Trisquel の資源:
optlang ソースパッケージをダウンロード:
メンテナ:
Original Maintainers:
- Debian Science Maintainers (メールアーカイブ)
- Afif Elghraoui
外部の資源:
- ホームページ [optlang.readthedocs.org]
類似のパッケージ:
sympy based mathematical programming language (Python 2)
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. Optlang's 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.
This package installs the library for Python 2.
その他の python-optlang 関連パッケージ
|
|
|
-
- dep: python
- interactive high-level object-oriented language (default version)
-
- dep: python-six (>= 1.9.0)
- Python 2 and 3 compatibility library (Python 2 interface)
-
- dep: python-swiglpk
- Plain Python bindings for the GNU Linear Programming Kit (Python 2)
-
- dep: python-sympy
- Computer Algebra System (CAS) in Python