Skip to main content

No project description provided

Project description

mpspy

A simple implementation to read MPS files containing the definitions of mixed-integer programs such as found in MIPLIB.

Usage:

import mpspy

# Read instance
instance = mpspy.read_mps('instance.mps')

# Access instance

print(instance.var_lb)
print(instance.var_ub)
print(instance.coeffs)

Note: This implementation is designed to read MIPLIB instances only.

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

mpspy-0.1.2.tar.gz (16.2 kB view hashes)

Uploaded Source

Built Distribution

mpspy-0.1.2-py3-none-any.whl (17.1 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