Skip to content

Commit

Permalink
Add support for Gurobi 8.1 (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Oct 24, 2018
1 parent 4a872c1 commit 80678ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function write_depsfile(path)
close(f)
end

aliases = ["gurobi80","gurobi75","gurobi70","gurobi65","gurobi60","gurobi56","gurobi55"]
aliases = ["gurobi81","gurobi80","gurobi75","gurobi70","gurobi65","gurobi60","gurobi56","gurobi55"]

paths_to_try = copy(aliases)

Expand Down

0 comments on commit 80678ea

Please sign in to comment.