Skip to content

Commit a8cc06c

Browse files
committed
add Suppressor as dep
1 parent 02b6fa3 commit a8cc06c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ version = "0.3.2"
55

66
[deps]
77
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
8+
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
89
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
910

1011
[compat]
1112
JuMP = "1.2"
13+
Suppressor = "0.2"
1214
Symbolics = "4"
1315
julia = "1.6"
1416

src/DisjunctiveProgramming.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module DisjunctiveProgramming
22

3-
using JuMP, Symbolics
3+
using JuMP, Symbolics, Suppressor
44

55
export add_disjunction!, add_proposition!
66
export @disjunction, @proposition

0 commit comments

Comments
 (0)