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)