Skip to content

v1.22.0

Choose a tag to compare

@github-actions github-actions released this 06 Nov 21:44
· 375 commits to master since this release
cc50e67

MathOptInterface v1.22.0

Diff since v1.21.0

Merged pull requests:

  • [Bridges] add {SOS1,SOS2,Indicator}ToMILPBridge (#2318) (@odow)
  • [Bridges] fix VectorNonlinearFunction support in NormOne and NormInfinty bridges (#2324) (@odow)
  • [Test] allow skipping ScalarFunctionConstantNotZero errors (#2325) (@odow)
  • [docs] fix docstring of ScalarAffineFunction (#2326) (@odow)
  • [Bridges] fix some getters of ConstraintFunction and add better tests (#2328) (@odow)
  • Improve error message unsupported attribute for bridges (#2329) (@blegat)
  • Implement starting values for Variable.Hermitian bridge (#2330) (@blegat)
  • Add ListOfVariablesWithAttributeSet and ListOfConstraintsWithAttributeSet (#2331) (@odow)
  • Add Gurobi to solver-tests.yml (#2332) (@odow)
  • [docs] add more docs for implementing a bridge (#2334) (@odow)
  • [Utilities] print the name of scalar constraints in print(::ModelLike) (#2336) (@odow)
  • [Bridges] add VariablePrimalStart support to ParameterToEqualTo and RSOCtoPSD (#2337) (@odow)
  • [Bridges] add support for start values in NumberConversionBridge (#2338) (@odow)
  • [Bridges] add support for Constraint{Primal,Dual}Start to SquareBridge (#2339) (@odow)
  • [Bridges] fix supports of Constraint and Variable starts for some bridges (#2340) (@odow)
  • Prep for v1.22 (#2341) (@odow)
  • Fix ListOfConstraintsWithAttributeSet for AbstractBridgeOptimizer (#2343) (@odow)
  • Fix compat bounds in Project.toml (#2344) (@odow)

Closed issues:

  • FileFormats.CBF: support constrained variables (#1402)
  • Explain bridges in the documentation (better) (#1504)
  • promote not working (#1785)
  • Indicator and SOS to MILP bridges (#2316)
  • Get list of indices with non-default attribute values (#2317)
  • Getting ConstraintFunction on norm cones with nonlinear functions fails (#2323)
  • Starting value in unsupported bridge errors instead of skipping (#2327)
  • Print a constraint with Name (#2335)
  • ListOfConstraintsWithAttributeSet broken for bridges (#2342)