Skip to content

Commit 7ae2fda

Browse files
committed
update compat
1 parent f1f1a39 commit 7ae2fda

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
name = "DisjunctiveProgramming"
22
uuid = "0d27d021-0159-4c7d-b4a7-9ccb5d9366cf"
33
authors = ["hdavid16 <[email protected]>"]
4-
version = "0.1.0"
4+
version = "0.1.1"
55

66
[deps]
77
IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
88
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
99
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
1010

1111
[compat]
12-
IntervalArithmetic = "0.18"
13-
JuMP = "0.21"
14-
Symbolics = "0.2"
12+
IntervalArithmetic = "0.20"
13+
JuMP = "0.22"
14+
Symbolics = "4"
1515
julia = "1"
1616

1717
[extras]

src/reformulate.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ function apply_interval_arithmetic(ref)
8888
func_bounds = eval(Meta.parse(ref_func))
8989
if ref_type == :lower
9090
M = func_bounds.lo - ref_rhs
91-
9291
else
9392
M = func_bounds.hi - ref_rhs
9493
end

0 commit comments

Comments
 (0)