Skip to content

Commit

Permalink
update to MOI 1 and delete Manifest.toml (#45)
Browse files Browse the repository at this point in the history
* update to MOI 1 and delete Manifest.toml

* edit gitignore

* set jump/moi compat
  • Loading branch information
chriscoey authored Mar 7, 2022
1 parent dafcffb commit 85dc9b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 233 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*.jl.cov
*.jl.*.cov
*.jl.mem
Manifest.toml
*.DS_Store
229 changes: 0 additions & 229 deletions Manifest.toml

This file was deleted.

7 changes: 3 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[compat]
Cbc = "≥ 0.6.0"
JuMP = "~0.22"
MathOptInterface = "~0.10"
julia = "1"
JuMP = "0.23"
MathOptInterface = "1"
julia = "1.6"

[extras]
Cbc = "9961bab8-2fa3-5c5a-9d89-47fab24efd76"
Expand Down

0 comments on commit 85dc9b3

Please sign in to comment.