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.4.tar.gz
(16.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
mpspy-0.1.4-py3-none-any.whl
(17.1 kB
view details)
File details
Details for the file mpspy-0.1.4.tar.gz.
File metadata
- Download URL: mpspy-0.1.4.tar.gz
- Upload date:
- Size: 16.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.12.3 Linux/6.8.0-1020-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84fdef18660c94d45727ca1120263642cc66b66e518b04ed1604bf9463855021
|
|
| MD5 |
fd09b205fa9bdac8de4d3c799676d4c5
|
|
| BLAKE2b-256 |
84c3c99de45e92743b6e2754c82147e0b9bed1474dd72e089442189036766f15
|
File details
Details for the file mpspy-0.1.4-py3-none-any.whl.
File metadata
- Download URL: mpspy-0.1.4-py3-none-any.whl
- Upload date:
- Size: 17.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.12.3 Linux/6.8.0-1020-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e44f370aa02f7401d37a303172e569cfb638abbf918e1996bc5f582acc263ef
|
|
| MD5 |
f297d765dbc9145457cc7dcb75b067b3
|
|
| BLAKE2b-256 |
0dc0d4685350d0297dc38e7b55ca471140d3312b8af787ff19ecc4f2336b08b2
|