Releases: integrated-reasoning/mps
Releases · integrated-reasoning/mps
v1.0.0: add CPLEX MIP/QP syntax support
What's Changed
- feat: add CPLEX MIP/QP syntax support by @david-r-cox in #18
Full Changelog: v0.1.1...v1.0.0
v0.1.1
mps v0.1.1 (January 22, 2024)
This release adds significant pieces of the planned MPS data model and parsing capabilities.
Features
- Implement
RowColumnValueMapfor storing matrix data - Add initial
Modelabstraction to represent MPS file - Begin parsing MPS data into
Model - Implement
BoundsMapandRangesMaptypes
Changes
- Refactor parser internals and use snapshot testing
- Require
endatasection and fix line numbering - Trim
namesand allow empty sections
Overall, this lays the groundwork for fully parsing and storing MPS data, but does not yet include validation or interpretation capabilities.
v0.1.0
ci(docker-publish-tagged.yml): add dockerhub action