Skip to content

Releases: jump-dev/MathOptIIS.jl

v0.2.0

23 Mar 01:08
934988e

Choose a tag to compare

MathOptIIS v0.2.0

Diff since v0.1.2

Breaking changes

This is a large breaking release that removes many of the attributes
that previously controlled the algorithm. In particular, it:

  • Removes SkipFeasibilityCheck
  • Removes StopIfInfeasibleBounds
  • Removes StopIfInfeasibleRanges
  • Removes DeletionFilter
  • Removes ElasticFilterTolerance
  • Removes ElasticFilterIgnoreIntegrality

In addition, this release will likely result in a different IIS being
returned for many models because it now exploits an infeasibility
certificate if one is present.

Merged pull requests:

  • [breaking] a large refactoring of MathOptIIS (#34) (@odow)
  • Update GitHub action versions (#35) (@odow)
  • Prep for v0.2.0 (#36) (@odow)

v0.1.2

17 Feb 23:58
8b17520

Choose a tag to compare

MathOptIIS v0.1.2

Diff since v0.1.1

Merged pull requests:

  • Remove unused argument name (#22) (@blegat)
  • Fix reset of results and status (#23) (@blegat)
  • Update to use MOI.ConflictCount and MOI.ConstraintConflictStatus (#25) (@odow)
  • Fix MOI.Silent (#26) (@odow)
  • Fix type stability of src/bound.jl (#27) (@odow)
  • Improve type stability of src/range.jl (#28) (@odow)
  • Upddate _range_infeasibility to check only present constraints (#29) (@odow)
  • Improve type stability of src/iis.jl (#30) (@odow)
  • Prep for v0.1.2 (#31) (@odow)

Closed issues:

  • Use MOI's version of ConflictCount and ConstraintConflictStatus (#21)

v0.1.1

05 Aug 00:21
cb9be9d

Choose a tag to compare

MathOptIIS v0.1.1

Diff since v0.1.0

Merged pull requests:

  • Update Pkg.add instructions in README (#11) (@odow)
  • Disable warning in PenaltyRelaxation (#14) (@odow)
  • Remove mention of documentation (#15) (@odow)
  • Update to JuliaFormatter@2 (#16) (@odow)
  • Remove SSH key from TagBot.yml (#17) (@odow)
  • Change nightly to v1.6 in CI (#18) (@odow)
  • Prep for v0.1.1 (#19) (@odow)

Closed issues:

  • Skip warning in relaxation (#12)

v0.1.0

17 Jul 04:49
bee305f

Choose a tag to compare

MathOptIIS v0.1.0