Skip to content

Commit e80f34b

Browse files
committed
Update
1 parent 8c36cf5 commit e80f34b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@ MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
1111
Combinatorics = "1"
1212
HiGHS = "1"
1313
Ipopt = "1"
14+
JSON = "0.21"
1415
MathOptInterface = "1.19"
1516
Test = "<0.0.1, 1.6"
1617
julia = "1.6"
1718

1819
[extras]
1920
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
2021
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
22+
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
2123
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2224

2325
[targets]
24-
test = ["HiGHS", "Ipopt", "Test"]
26+
test = ["HiGHS", "Ipopt", "JSON", "Test"]

test/algorithms/DominguezRios.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ module TestDominguezRios
88
using Test
99

1010
import HiGHS
11-
import JSON
1211
import MultiObjectiveAlgorithms as MOA
1312
import MultiObjectiveAlgorithms: MOI
1413

test/problems.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
module Problems
77

88
using Test
9+
import JSON
910
import MathOptInterface as MOI
1011

1112
function run_tests(model::MOI.ModelLike)

0 commit comments

Comments
 (0)