Releases: jump-dev/CPLEX.jl
Releases · jump-dev/CPLEX.jl
v0.5.1
v0.5.1 (2019-10-23)
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:
- Update README.md (#256) (salazarzen)
- Remove note about use of CPLEX shared libraries not being supported. (#251) (djunglas)
- Check for CPLEX in the PATH environment variable (#248) (dourouc05)
- Fix deprecation warnings due to use of Pkg.dir. (#246) (tkoolen)
- Add Project.toml (#245) (tkoolen)
- Fix syntax error in LQOI.make_problem_type_integer. (#244) (tkoolen)
- fixed a typo in argument name (#240) (kibaekkim)
- add function to switch cplex prob type (#238) (vitornesello)
- Solve #229 (#237) (dourouc05)
- fix free_problem (#235) (MarcMush)
- Compute conflict/IIS (#233) (dourouc05)
CPLEX 12.9
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)
* Fix handling of model.has_int * Add test
LQOI v0.6
v0.4.2: Highlight unofficial nature of wrapper in readme (#202)
* Highlight unofficial nature of wrapper in readme * Update README.md
Fix build on Windows for Julia v1.0
Merge pull request #191 from JuliaOpt/bl/occursin contains -> occursin
v0.4.0: Merge pull request #184 from ResourceMind/fix_julia_1.0
Fixes for julia 1.0
v0.3.3: Update naming and URLs for CPLEX (#177)
* 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
Update build.jl to enable Cplex 12.8 support in linux