Skip to content

v1.43.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 03:57
· 50 commits to master since this release
6479b1f

MathOptInterface v1.43.0

Diff since v1.42.1

Merged pull requests:

  • Add OPF benchmark (#2739) (@blegat)
  • [Bridges] Add Interval to HyperRectangle constraint bridge (#2754) (@blegat)
  • Add ConflictCount and conflict_index to ConstraintConflictStatus (#2775) (@joaquimg)
  • Support [email protected] (#2796) (@odow)
  • [FileFormats.MPS] allow any whitespace as a separator between fields (#2798) (@odow)
  • [Nonlinear] parse x*x as x^2 in Nonlinear.Model (#2799) (@odow)
  • [Utilities] fix backwards compat of ConflictCount in MockOptimizer (#2800) (@odow)
  • Typo in comment : writte -> written (#2801) (@blegat)
  • Fix duplicate test with same name (#2804) (@blegat)
  • Add a test that methods are not overwritten in test modules (#2805) (@odow)
  • Get back to 100% code coverage (#2806) (@odow)
  • [Utilities] fix quadratic operate with non-Int coefficient (#2807) (@odow)
  • Prep for v1.43.0 (#2808) (@odow)
  • Fix ConstraintDual transformation for SplitHyperRectangleBridge (#2809) (@blegat)
  • Filter identity_bridge.jl out from runtests (#2812) (@blegat)
  • [FileFormats] fix and test MOI.supports of MOI.ObjectiveFunction (#2814) (@odow)
  • Fix SplitHyperRectangleBridge with all free rows (#2816) (@odow)
  • [Bridges] fix deleting variable with constraint bridges (#2818) (@odow)
  • [Utilities] fix a Utilities.AbstractModel with no constraints (#2819) (@odow)

Closed issues:

  • [FileFormats.MPS] MIPLIB collection errors (#2797)
  • [FileFormats] error properly on vector-valued objectives (#2813)
  • SpliltHyperRectangleBridge can add 0-dim constraint (#2815)
  • Deletion bug in bridges (#2817)
  • supports names in bridged models is inconsistent ? (#2820)