Skip to content

v1.25.3

Choose a tag to compare

@github-actions github-actions released this 15 Feb 03:13
· 406 commits to master since this release
d2b3987

MathOptInterface v1.25.3

Diff since v1.25.2

Merged pull requests:

  • [Utilities] use appropriate zero type for get_fallback (#2414) (@odow)
  • [Bridges] throw better error when variable cannot be unbridged (#2415) (@odow)
  • [Bridge] implement special case for x != y in CountDistinctToMILPBridge (#2416) (@odow)
  • [FileFormats.MPS] improve performance of MPS writer (#2418) (@odow)
  • [FileFormats.MPS] improve performance of MPS writer (#2421) (@odow)
  • Update solver-tests.yml with more packages (#2423) (@odow)
  • [FileFormats.MPS] revert change for backwards compatibility (#2424) (@odow)
  • [FileFormats.MPS]: avoid creating list of variable names (#2426) (@mlubin)
  • Prep for v1.25.3 (#2427) (@odow)
  • Fix tests for Julia master (#2428) (@odow)
  • Fix typos in attributes.jl (#2429) (@odow)

Closed issues:

  • Add support for NotEqualTo != (#2405)
  • [Utilities] get_fallback assumes Float64 (#2412)
  • Make FileFormats.MPS.Model an AbstractOptimizer (#2417)