Skip to content

Commit e39a297

Browse files
committed
Update
1 parent 3c7ed0d commit e39a297

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

test/MINLPTests/Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[deps]
22
Bonmin_jll = "29cba6d7-6840-5cf2-a2fa-9bdfccfe29ea"
33
Couenne_jll = "f09e9e23-9010-5c9e-b679-9f1d8f79b85c"
4-
HiGHS_jll = "8fd58aa0-07eb-5a78-9b36-339c94fd15ea"
54
Ipopt_jll = "9cc047cb-c261-5740-88fc-0cf96f7bdcc7"
65
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
76
MINLPTests = "ee0a3090-8ee9-5cdb-b8cb-8eeba3165522"
@@ -13,7 +12,6 @@ Uno_jll = "396d5378-14f1-5ab1-981d-48acd51740ed"
1312
[compat]
1413
Bonmin_jll = "100.800.902"
1514
Couenne_jll = "0.500.802"
16-
HiGHS_jll = "=1.11.0"
1715
Ipopt_jll = "300.1400.1900"
1816
JuMP = "1"
1917
MINLPTests = "0.6"

test/MINLPTests/run_minlptests.jl

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,12 @@ const CONFIG = Dict{String,Any}(
8282
"amplexe" => Uno_jll.amplexe,
8383
"options" => ["logger=SILENT"],
8484
"nlp_exclude" => [
85-
# See https://github.com/cvanaret/Uno/issues/39
86-
"005_010",
87-
# See https://github.com/cvanaret/Uno/issues/38
88-
"007_010",
85+
"003_014", # Local solution
86+
"004_010", # Local solution
87+
"004_011", # Local solution
88+
"005_010", # See https://github.com/cvanaret/Uno/issues/39
89+
"007_010", # See https://github.com/cvanaret/Uno/issues/38
90+
"008_010", # Local solution
8991
],
9092
),
9193
)

0 commit comments

Comments
 (0)