Skip to content

Releases: jump-dev/CPLEX.jl

v0.5.1

28 Oct 09:45
v0.5.1
Compare
Choose a tag to compare

v0.5.1 (2019-10-23)

Diff since v0.5.0

Closed issues:

  • is_apple not defined (#253)
  • Error: Error building CPLEX: │ ERROR: LoadError: Unable to locate CPLEX installation. (#239)
  • Still unable to locate CPLEX installation with Julia 1.1, after following readme (#236)
  • Multiple calls to CPLEX.free_problem gives a segfault (#234)
  • CPX_PARAM_SCRIND works, CPXPARAM_ScreenOutput doesn't (#229)
  • Version support for CPLEX 12.9 (#227)
  • Quadratic in MOI (#217)

Merged pull requests:

CPLEX 12.9

12 Apr 15:54
Compare
Choose a tag to compare

This release

  • drops support for Julia 0.6 (@matbesancon)
  • adds generic callbacks (@chengg04)
  • adds support for quadratics through MOI (@trigaut)
  • adds support for CPLEX 12.9 (@jd-lara)
  • removes support for CPLEX <12.8

v0.4.4: Fix handling of model.has_int (#212)

10 Mar 15:34
bb3f45c
Compare
Choose a tag to compare
* Fix handling of model.has_int

* Add test

LQOI v0.6

09 Jan 16:12
d2ee606
Compare
Choose a tag to compare
Update to LQOI v0.6 (#206)

* Updates to LQOI v0.6

* Rename wrapper file

v0.4.2: Highlight unofficial nature of wrapper in readme (#202)

19 Dec 18:42
97305ae
Compare
Choose a tag to compare
* Highlight unofficial nature of wrapper in readme

* Update README.md

Fix build on Windows for Julia v1.0

16 Oct 08:43
1b26d5d
Compare
Choose a tag to compare
Merge pull request #191 from JuliaOpt/bl/occursin

contains -> occursin

v0.4.0: Merge pull request #184 from ResourceMind/fix_julia_1.0

11 Oct 02:46
9e60e3d
Compare
Choose a tag to compare

v0.3.3: Update naming and URLs for CPLEX (#177)

03 Sep 22:38
Compare
Choose a tag to compare
* Fix naming of the CPLEX product

The official name of the product is
   IBM ILOG CPLEX Optimization Studio
Also, put (r) signs to registered trademarks.

* Update URLs to CPLEX

Update the URL for the CPLEX landing page, as well as the page
that refers to the trial and academic versions.

v0.3.2: Merge pull request #162 from jac0320/patch-1

26 Feb 01:31
f0d312d
Compare
Choose a tag to compare
Update build.jl to enable Cplex 12.8 support in linux

v0.3.1

10 Jan 02:16
Compare
Choose a tag to compare

Fixes installation of CPLEX v12.8 on Windows.