Skip to content

v1.54.0

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Sep 03:31
· 1 commit to master since this release
3773185

MathOptInterface v1.54.0

Diff since v1.53.0

Merged pull requests:

  • [Bridges.Constraint] change conversion cost to 0.5 for ScalarAffineFunction (#3063) (@odow)
  • Fix formatting indent of multiline strings in test/ (#3064) (@odow)
  • [Test] allow infeasible problems to also return INFEASIBLE_OR_UNBOUNDED (#3066) (@odow)
  • [Bridges] fix SquareBridge with differing constants in off-diagonal (#3068) (@odow)
  • [Bridges] fix various bridges with non-zero function constants (#3069) (@odow)
  • [FileFormats.LP] write constant for functions with no terms (#3070) (@odow)
  • [Nonlinear.SymbolicAD] fix derivative of atan (#3071) (@odow)
  • [Nonlinear] fix hessian with min and max operators (#3072) (@odow)
  • [Bridges] fix modifying SplitIntervaBridge with Interval(-Inf, Inf) (#3073) (@odow)
  • [Bridges] fix SplitHyperRectangleBridge with free rows (#3075) (@odow)
  • [Bridges] fix ConstraintPrimalStart when there are bridged variables (#3076) (@odow)
  • Prep for v1.54.0 (#3077) (@odow)
  • [docs] fix minor typos in the documentation (#3079) (@odow)
  • [Utilities] fix deleting variables and constraints in MockOptimizer (#3080) (@odow)
  • [Utilities] fix DualObjectiveValue fallback when DualStatus=NO_SOLUTION (#3081) (@odow)
  • [Utilities] fix status checks in get_fallback (#3082) (@odow)
  • [Bridges.Constraint] fix ConstraintBasisStatus in ScalarSlackBridge (#3083) (@odow)
  • [FileFormats.MPS] add support for semi- variables (#3084) (@odow)
  • [docs] update CVX URL (#3085) (@odow)
  • Fix get_fallback for DualObjectiveValue with non-affine objective (#3086) (@odow)
  • [FileFormats.LP] Fix reading empty constraint (#3088) (@odow)
  • Fix head_to_set for custom sets (#3089) (@blegat)
  • [FileFormats.MOF] fix list of _SUPPORTED_VERSIONS (#3091) (@odow)
  • Implement conversion to VectorNonlinearFunction (#3092) (@blegat)

Closed issues:

  • solution_summary issue on 32-bit platforms (x86 linux) (#3067)
  • [FileFormats.LP] reader does not support free rows (#3087)
  • MOF 1.9 support (#3090)