Releases: jump-dev/Gurobi.jl
Releases · jump-dev/Gurobi.jl
v0.9.7
Gurobi v0.9.7
Closed issues:
- Installation Issues (#387)
Merged pull requests:
- Make Optimizer.variable_info field a concrete type (#385) (@joehuchette)
- Add method to MOI.add_constrained_variable (#386) (@joehuchette)
v0.9.6
Gurobi v0.9.6
Merged pull requests:
v0.9.5
v0.9.4
Gurobi v0.9.4
Closed issues:
- Regression for
compute_conflict!
? (#369) - Setting Env parameters (#370)
- [GUROBI 9.1.0] - UndefVarError: model not defined (#371)
- Implement MOI.CallbackNodeStatus (#372)
- cannot build gurobi in julia .. Env var is set to the directory where i installed gurobi and I have the license there too (#373)
Merged pull requests:
v0.9.3
v0.9.2
Gurobi v0.9.2
Merged pull requests:
v0.9.1
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)
v0.8.1
Gurobi v0.8.1
Closed issues:
- can someone help me about Gurobi package error in Julia (#310)
- More fun with lazy update semantics (#315)
- Running Gurobi v0.7.7 on mac/Unable to locate Gurobi installation (#322)
- Failed to install Gurobi to Julia (#324)
- Error "Invalid Gurobi license" on HPC using machine-file option. (#325)
Merged pull requests:
- Adds buffering for variables deleted. (#317) (@henriquebecker91)
- Update Project.toml (#321) (@odow)
- Update README.md (#323) (@odow)
- Update Gurobi parameters to include new params released in 9.0 (#328) (@ryancorywright)