Skip to content

Releases: jump-dev/HiGHS.jl

v1.19.0

28 Jul 21:24
9979227
Compare
Choose a tag to compare

HiGHS v1.19.0

Diff since v1.18.2

Merged pull requests:

Closed issues:

  • Add a concurrent optimizer (#290)
  • An infeasibility that seems to be dependent on the state of HiGHS (or JuMP) (#294)

v1.18.2

16 Jul 01:30
fc2bf18
Compare
Choose a tag to compare

HiGHS v1.18.2

Diff since v1.18.1

Merged pull requests:

  • Disable kHighsCallbackSimplexInterrupt in default callback (#292) (@odow)
  • Prep for v1.18.2 (#293) (@odow)

Closed issues:

  • Updating to 1.18.0 (or 1.18.1) slows down optimization considerably (#291)

v1.18.1

13 Jun 01:19
dbc50d7
Compare
Choose a tag to compare

HiGHS v1.18.1

Diff since v1.18.0

Merged pull requests:

Closed issues:

  • Infeasible model but primal feasible point (#287)

v1.18.0

06 Jun 04:18
f4f084b
Compare
Choose a tag to compare

HiGHS v1.18.0

Diff since v1.17.0

Merged pull requests:

  • Update to HiGHS_jll@1.11.0 (#281) (@odow)
  • Prep for v1.18.0 (#282) (@odow)
  • Add gen/prologue.jl to simplify rebuilding C API (#283) (@odow)

Closed issues:

  • Adding the C++ class of callback function to JuMP model ? (#280)

v1.17.0

07 May 21:57
4791512
Compare
Choose a tag to compare

HiGHS v1.17.0

Diff since v1.16.0

Merged pull requests:

Closed issues:

  • InexactError when solving a mixed integer programming problem (#278)

v1.16.0

29 Apr 04:19
ed8c4dc
Compare
Choose a tag to compare

HiGHS v1.16.0

Diff since v1.15.0

Merged pull requests:

  • Add HiGHS.ComputeInfeasibilityCertificate attribute (#274) (@odow)
  • Prep for v1.16.0 (#275) (@odow)

Closed issues:

  • Add option to turn off certificates (#273)

v1.15.0

21 Mar 00:57
c7e2fbd
Compare
Choose a tag to compare

HiGHS v1.15.0

Diff since v1.14.0

Merged pull requests:

Closed issues:

  • Fail to solve a mixed integer programming problem (#267)

v1.14.0

03 Mar 00:11
fc120cb
Compare
Choose a tag to compare

HiGHS v1.14.0

Diff since v1.13.0

Merged pull requests:

Closed issues:

  • Modify-after-free bug (#202)
  • Highs_getRowsByRange is slow (#207)
  • Add a way to trace the C API (#257)

v1.13.0

03 Jan 19:21
577ecc2
Compare
Choose a tag to compare

HiGHS v1.13.0

Diff since v1.12.2

Merged pull requests:

Closed issues:

  • Add support for ObjectiveFunction{VectorAffineFunction} (#262)

v1.12.2

04 Dec 08:33
562d794
Compare
Choose a tag to compare

HiGHS v1.12.2

Diff since v1.12.1

Merged pull requests:

  • Fix dual objective value with free variable (#255) (@odow)
  • Prep for v1.12.2 (#256) (@odow)

Closed issues:

  • Caculation speed in Julia is a bit slower than that in the direct execution of HiGHS binary (#253)
  • Error when querying dual objective value for an unbounded model with at least one unbounded variable (#254)