Skip to content

v1.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jul 22:15
· 658 commits to master since this release
f803ce6

MathOptInterface v1.6.0

Diff since v1.5.0

Closed issues:

  • Bridges don't update when other constraints updated (#1665)
  • Consider changing Vector{T} to AbstractVector{T} in _extract_reverse_pass (#1933)

Merged pull requests:

  • [Bridges] add final_touch (#1901) (@blegat)
  • [Bridges] add CountBelongsToMILPBridge (#1919) (@odow)
  • [Bridges] add CountAtLeastToCountBelongsBridge (#1920) (@odow)
  • [Bridges] add AllDifferentToCountDistinctBridge (#1923) (@odow)
  • [Bridges] update SemiToBinaryBridge using final_touch (#1924) (@odow)
  • [Bridges] update BinPackingToMILPBridge to final_touch (#1925) (@odow)
  • [Bridges] fix CountAtLeastToCountBelongsBridge (#1926) (@odow)
  • [Bridges] add CountGreaterThanToMILPBridge (#1927) (@odow)
  • [Bridges] revert changes included in #1919 by mistake (#1928) (@odow)
  • [Bridges] add CircuitToMILPBridge (#1929) (@odow)
  • [Bridges] improve code coverage (#1930) (@odow)
  • [Bridges] fix various docstrings for CSP (#1931) (@odow)
  • Prep for v1.6.0 (#1932) (@odow)
  • Change Vector{T} to AbstractVector{T} in _extract_reverse_pass and add test (#1934) (@abelsiqueira)