File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
name = " DisjunctiveProgramming"
2
2
uuid = " 0d27d021-0159-4c7d-b4a7-9ccb5d9366cf"
3
3
authors = [
" hdavid16 <[email protected] >" ]
4
- version = " 0.1.0 "
4
+ version = " 0.1.1 "
5
5
6
6
[deps ]
7
7
IntervalArithmetic = " d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
8
8
JuMP = " 4076af6c-e467-56ae-b986-b466b2749572"
9
9
Symbolics = " 0c5d862f-8b57-4792-8d23-62f2024744c7"
10
10
11
11
[compat ]
12
- IntervalArithmetic = " 0.18 "
13
- JuMP = " 0.21 "
14
- Symbolics = " 0.2 "
12
+ IntervalArithmetic = " 0.20 "
13
+ JuMP = " 0.22 "
14
+ Symbolics = " 4 "
15
15
julia = " 1"
16
16
17
17
[extras ]
Original file line number Diff line number Diff line change @@ -88,7 +88,6 @@ function apply_interval_arithmetic(ref)
88
88
func_bounds = eval (Meta. parse (ref_func))
89
89
if ref_type == :lower
90
90
M = func_bounds. lo - ref_rhs
91
-
92
91
else
93
92
M = func_bounds. hi - ref_rhs
94
93
end
You can’t perform that action at this time.
0 commit comments