Skip to content

Releases: integrated-reasoning/mps

v1.0.0: add CPLEX MIP/QP syntax support

08 Nov 00:19
6173a34

Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v1.0.0

v0.1.1

22 Jan 23:57
940d87b

Choose a tag to compare

mps v0.1.1 (January 22, 2024)

This release adds significant pieces of the planned MPS data model and parsing capabilities.

Features

  • Implement RowColumnValueMap for storing matrix data
  • Add initial Model abstraction to represent MPS file
  • Begin parsing MPS data into Model
  • Implement BoundsMap and RangesMap types

Changes

  • Refactor parser internals and use snapshot testing
  • Require endata section and fix line numbering
  • Trim names and 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

30 Dec 23:43

Choose a tag to compare

ci(docker-publish-tagged.yml): add dockerhub action