Skip to content

Commit

Permalink
removed dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhengLiu1119 committed Sep 20, 2022
1 parent 77c02c1 commit a0768fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
Juniper = "2ddba703-00a4-53a7-87a5-e8b9971dde84"
Memento = "f28f55f0-a522-5efc-85c2-fe41dfb9b2d9"
PowerModels = "c36e90e8-916a-50a6-bd94-075b64ef4655"
Gurobi = "2e9cd046-0924-5485-92f1-d5272153d98b"
#Gurobi = "2e9cd046-0924-5485-92f1-d5272153d98b"

[compat]
Cbc = "0.8, 0.9"
Expand Down
4 changes: 1 addition & 3 deletions docs/src/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ solvers:
* [Ipopt.jl](https://github.com/jump-dev/Ipopt.jl)
* [Juniper.jl](https://github.com/lanl-ansi/Juniper.jl)
* [Cbc.jl](https://github.com/jump-dev/Cbc.jl)
* [Gurobi.jl](https://github.com/jump-dev/Gurobi.jl)


Open `Julia REPL` in `Git Bash`:
Expand All @@ -117,8 +116,7 @@ Pkg.add([
Pkg.PackageSpec(;name="JSON"),
Pkg.PackageSpec(;name="Ipopt"),
Pkg.PackageSpec(;name="Juniper"),
Pkg.PackageSpec(;name="Cbc"),
Pkg.PackageSpec(;name="Gurobi")
Pkg.PackageSpec(;name="Cbc")
])
Pkg.build()
Pkg.resolve()
Expand Down

0 comments on commit a0768fc

Please sign in to comment.