Skip to content

Releases: jump-dev/Gurobi.jl

v0.10.2

14 Feb 20:09
14208cd
Compare
Choose a tag to compare

Gurobi v0.10.2

Diff since v0.10.1

Closed issues:

  • Undesired callback behavior (#395)
  • Gurobi 9.5.0 -- Unable to locate Gurobi installation. Running some common diagnostics (#440)
  • Installation with Gurobi 9.5.0 fails (#441)
  • Gurobi installation (#443)
  • Gurobi installation with Julia (#445)

Merged pull requests:

v0.10.1

18 Nov 19:59
1008e8c
Compare
Choose a tag to compare

Gurobi v0.10.1

Diff since v0.10.0

Closed issues:

  • Cannot re-use Gurobi Environment in Package (#424)
  • MOI lazy constraints callback not called at MIPNODE (#426)
  • Debug and fix excluded tests (#432)
  • Help wanted: Update to Gurobi 9.5 (#433)

Merged pull requests:

v0.10.0

21 Oct 02:30
374a569
Compare
Choose a tag to compare

Gurobi v0.10.0

Diff since v0.9.14

Closed issues:

  • Error building Gurobi (#419)
  • Int32 error from model constraints (#420)
  • Tune model (#421)
  • An error occurs when I am enquiring the optimal values after having deleted a constraint (#423)

Merged pull requests:

  • Breaking changes for MOI 0.10.0 (#422) (@odow)

v0.9.14

23 Jun 03:38
6484ba9
Compare
Choose a tag to compare

Gurobi v0.9.14

Diff since v0.9.13

Closed issues:

  • Failed to install Gurobi to Julia (#410)
  • Different best objective reports for mixed ILP (#411)
  • Improve the error of 10009 (#417)

Merged pull requests:

  • Add JuliaFormatter (#413) (@odow)
  • Error message when installing Gurobi.jl on 32-bit Julia. (#414) (@dourouc05)
  • Improve error handling of license problems (#418) (@odow)

v0.9.13

13 May 00:39
8abc011
Compare
Choose a tag to compare

Gurobi v0.9.13

Diff since v0.9.12

Closed issues:

  • How to use OR(disjunction) constraint in gurobi ? (#404)
  • Error during test: test_farkas_dual_max_ii and test_supports_constrainttest fails (#405)
  • How to use feasRelax in Gurobi ? (#407)

Merged pull requests:

  • Remove extra Farkas tests (#406) (@odow)
  • Allow retrieving conflict status for integrality constraints. (#408) (@dourouc05)
  • Explicit tests for MOI.TerminationStatus with infeasible statuses (#409) (@dourouc05)

v0.9.12

05 Apr 22:00
d9cebe4
Compare
Choose a tag to compare

Gurobi v0.9.12

Diff since v0.9.11

Merged pull requests:

  • Allow enable_interrupts=false (#403) (@odow)

v0.9.11

16 Mar 20:48
e4c2a41
Compare
Choose a tag to compare

Gurobi v0.9.11

Diff since v0.9.10

Closed issues:

  • Add support for MEMORY_LIMIT termination status (#397)
  • Difficulties upgrading to Gurobi 9.1.1 due to conflicting old versions (#400)

Merged pull requests:

v0.9.10

03 Mar 22:48
9746624
Compare
Choose a tag to compare

Gurobi v0.9.10

Diff since v0.9.9

Closed issues:

  • What does it mean if load_callback_variable_primal throws a DATA_NOT_AVAILABLE error? (#396)

Merged pull requests:

v0.9.9

08 Feb 00:20
812ffd3
Compare
Choose a tag to compare

Gurobi v0.9.9

Diff since v0.9.8

Merged pull requests:

  • Fix handling of solution statuses for multiple results (#393) (@odow)

v0.9.8

06 Feb 23:05
be9a745
Compare
Choose a tag to compare

Gurobi v0.9.8

Diff since v0.9.7

Closed issues:

  • Reusing Gurobi environment doesn't work inside package (#388)
  • I have got trouble downloading / building the Clang.jl file, every time I built it, the cmd gives a false output (#389)
  • Gurobi Error 10005: Unable to retrieve attribute 'Pi' (#390)
  • Installing Issues (#391)

Merged pull requests:

  • [MOI] Allow accessing multiple results (#392) (@odow)