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 896c05f commit 3aefa96
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/MINLPTests/run_minlptests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ CONFIG["Uno"] = Dict(
"options" => ["logger=SILENT"],
"tol" => 1e-5,
"dual_tol" => 1e-5,
"nlp_exclude" => String[],
# ["005_010", "006_010", "007_010", "008_010", "008_011"],
"nlp_exclude" => ["005_010", "006_010", "007_010"],
"nlpcvx_exclude" => String[],
"nlpmi_exclude" => String[],
"infeasible_point" => AmplNLWriter.MOI.NO_SOLUTION,
Expand Down

0 comments on commit 3aefa96

Please sign in to comment.