Metadata-Version: |
2.1 |
Name: |
lpsolvers |
Version: |
2.0.0 |
Summary: |
Linear programming solvers in Python with a unified API. |
Author-Email: |
Stéphane Caron <stephane.caron[at]normalesup.org> |
Maintainer-Email: |
Stéphane Caron <stephane.caron[at]normalesup.org> |
Project-Url: |
Changelog, https://github.com/stephane-caron/lpsolvers/blob/main/CHANGELOG.md |
Project-Url: |
Documentation, https://stephane-caron.github.io/lpsolvers/ |
Project-Url: |
Source, https://github.com/stephane-caron/lpsolvers |
Project-Url: |
Tracker, https://github.com/stephane-caron/lpsolvers/issues |
Keywords: |
linear programming,solver,numerical optimization |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3) |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Topic :: Scientific/Engineering :: Mathematics |
Requires-Python: |
>=3.7 |
Requires-Dist: |
numpy (>=1.15.4) |
Requires-Dist: |
scipy (>=1.2.0) |
Requires-Dist: |
pycddlib (>=2.1.7); extra == "cdd" |
Requires-Dist: |
cvxopt (>=1.2.6); extra == "cvxopt" |
Requires-Dist: |
cvxpy (>=1.1.11); extra == "cvxpy" |
Requires-Dist: |
lpsolvers[cdd,cvxopt,cvxpy,pdlp,proxqp]; extra == "open-source-solvers" |
Requires-Dist: |
ortools (>=9.8.3296); extra == "pdlp" |
Requires-Dist: |
proxsuite (>=0.4.0); extra == "proxqp" |
Provides-Extra: |
cdd |
Provides-Extra: |
cvxopt |
Provides-Extra: |
cvxpy |
Provides-Extra: |
open_source_solvers |
Provides-Extra: |
pdlp |
Provides-Extra: |
proxqp |
Description-Content-Type: |
text/markdown |