v0.9.0
Gurobi v0.9.0
Closed issues:
- Interface completion (#8)
- Finalizer for Env (#24)
- Unable to set Integer options to infinity (#25)
- Segfault on ctrl-c (#52)
- Gurobi.free_env segfaults with low probability (#110)
- Gurobi ISV key (#151)
- Support general constraints (#155)
- Add indicator constraints (#230)
- connect to remote Gurobi server (#253)
- Make it easier to understand which functions from MOI wrapper are gurobi's api (#266)
- How to release a Gurobi license? (#268)
- Tests not passing with MOI v0.9.7 (#269)
- Pkg.build("Gurobi") problem for Gurobi in conda environment (#316)
- Compute server connection not closed properly after "ctrl+c" (#320)
- Cannot be used on version 0.7 of Julia (#330)
- is it possible to specify a license file from within Julia? (#331)
- Error building
Gurobi
with Julia (#332) - Error building
Gurobi
: (#333) - Tests Fail with Limited Licenses (#336)
- License detected but marked invalid? (#337)
- Gurobi “Objective Q not PSD ” for Convex quadratic problem (#338)
- Error in set_start_value with BilevelJuMP (#339)
- Problems with Gurobi & JuMP (#340)
- How to define new variables into the model with a while loop using JuMP and Gurobi (#341)
- Generating a simple problem that reliably triggers hits :UserLimit (#342)
- unable to locate gurobi (#343)
- Errors for Pkg.add("Gurobi") (#344)
- Change termination status to locally solved (#345)
- Test failure (#347)
Merged pull requests:
- Comments overhaul (#314) (@henriquebecker91)
- Update IIS support to MOI 0.9.14. (#326) (@dourouc05)
- Update README.md (#329) (@cdeil)
- update for migration to jump-dev (#334) (@mlubin)
- Updated readme example 1 (#335) (@gnadt)
- Rewrite C wrapper using Clang (#346) (@odow)
- Refactor tests into functions (#348) (@odow)
- Catch [CTRL+C] and gracefully exit (#349) (@odow)
- Refactor tests to pass with limited licenses (#350) (@odow)
- Test non-convex instances (#351) (@odow)
- Add indicator constraint support (#352) (@odow)
- Support MOI.NumberOfThreads (#353) (@odow)
- Update deprecation error message (#355) (@odow)