Skip to content

Releases: jump-dev/HiGHS.jl

v0.2.1

11 Aug 10:33
8f87cff
Compare
Choose a tag to compare

HiGHS v0.2.1

Diff since v0.2.0

Closed issues:

  • Use internal HiGHS objective offset (#55)
  • Add support for indicator constraints (#57)
  • Getting error when retrieving results of optimization (#60)

Merged pull requests:

  • Bump HiGHS_jll and fix bugs in MIP solver (#58) (@odow)
  • Make more functions private (#59) (@odow)
  • Add options to README (#61) (@odow)

v0.2.0

05 Jul 21:51
543ef17
Compare
Choose a tag to compare

HiGHS v0.2.0

Diff since v0.1.3

Closed issues:

  • Fix MOI.Silent (#30)

Merged pull requests:

  • Add formatting CI and delete unneeded files (#51) (@odow)
  • Bump to the new release of HiGHS_jll (#52) (@odow)
  • Add MIP solver to HiGHS (#53) (@odow)

v0.1.3

08 May 22:56
a9975fc
Compare
Choose a tag to compare

HiGHS v0.1.3

Diff since v0.1.2

Closed issues:

  • Assertion error in MOI.get(model::Optimizer, ::MOI.TerminationStatus) (#46)
  • error() in optimize! (#47)

Merged pull requests:

v0.1.2

24 Mar 00:50
7a05981
Compare
Choose a tag to compare

HiGHS v0.1.2

Diff since v0.1.1

Closed issues:

Merged pull requests:

  • Use basis status to get dual info (#40) (@odow)
  • Add fast copy_to (#42) (@odow)
  • Bump HiGHS_jll and refactor tests (#45) (@odow)

v0.1.1

17 Feb 09:02
cf5ba9e
Compare
Choose a tag to compare

HiGHS v0.1.1

Diff since v0.1.0

Closed issues:

  • Add support for MOI.ConstraintBasisStatus (#25)
  • Add support for MOI.INFEASIBILITY_CERTIFICATE (#26)
  • Add support for modifying the constraint matrix (#27)

Merged pull requests:

  • [README] Update now that HiGHS is registered (#33) (@odow)
  • Add disclaimer to readme (#34) (@odow)
  • Add support for MOI.ConstraintBasisStatus (#35) (@odow)
  • Update to HiGHS_jll 0.2.1 (#37) (@odow)
  • Add support for infeasibility certificates (#38) (@odow)

v0.1.0

11 Feb 20:58
41a9038
Compare
Choose a tag to compare

HiGHS v0.1.0

Closed issues:

  • Finishing up the wrapper (#4)
  • Update to HiGHS_jll 0.2 (#13)
  • Check return codes in MOI wrapper (#16)
  • MathOptInterface.TerminationStatus() unsupported for HiGHS (#17)

Merged pull requests: