Skip to main content

Package to read and evaluate QPLIB instance files

Project description

PyPI version

PyQPLIB

The package is designed to read QPLIB into Python. Usage:

>>> import pyqplib
>>> problem = pyqplib.read_problem("/path/to/file.qplib")
>>> x0 = problem.x0
>>> obj = problem.obj_val(x0)
>>> cons = problem.cons_val(x0)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyqplib-0.1.3.tar.gz (18.5 kB view hashes)

Uploaded Source

Built Distribution

pyqplib-0.1.3-py3-none-any.whl (20.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page