Skip to content

Commit 5fb6125

Browse files
authored
Update run_minlptests.jl
1 parent 3aefa96 commit 5fb6125

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

test/MINLPTests/run_minlptests.jl

+8-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,14 @@ CONFIG["Uno"] = Dict(
109109
"options" => ["logger=SILENT"],
110110
"tol" => 1e-5,
111111
"dual_tol" => 1e-5,
112-
"nlp_exclude" => ["005_010", "006_010", "007_010"],
112+
"nlp_exclude" => [
113+
# See https://github.com/cvanaret/Uno/issues/39
114+
"005_010",
115+
# Unsupported user-defined function
116+
"006_010",
117+
# See https://github.com/cvanaret/Uno/issues/38
118+
"007_010",
119+
],
113120
"nlpcvx_exclude" => String[],
114121
"nlpmi_exclude" => String[],
115122
"infeasible_point" => AmplNLWriter.MOI.NO_SOLUTION,

0 commit comments

Comments
 (0)