Releases: jump-dev/MathOptIIS.jl
Releases · jump-dev/MathOptIIS.jl
v0.2.0
MathOptIIS v0.2.0
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:
v0.1.2
MathOptIIS v0.1.2
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
ConflictCountandConstraintConflictStatus(#21)
v0.1.1
MathOptIIS v0.1.1
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)