Skip to content

Commit

Permalink
Update run_minlptests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Oct 25, 2024
1 parent 3aefa96 commit 5fb6125
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion test/MINLPTests/run_minlptests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,14 @@ CONFIG["Uno"] = Dict(
"options" => ["logger=SILENT"],
"tol" => 1e-5,
"dual_tol" => 1e-5,
"nlp_exclude" => ["005_010", "006_010", "007_010"],
"nlp_exclude" => [
# See https://github.com/cvanaret/Uno/issues/39
"005_010",
# Unsupported user-defined function
"006_010",
# See https://github.com/cvanaret/Uno/issues/38
"007_010",
],
"nlpcvx_exclude" => String[],
"nlpmi_exclude" => String[],
"infeasible_point" => AmplNLWriter.MOI.NO_SOLUTION,
Expand Down

0 comments on commit 5fb6125

Please sign in to comment.