Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3aefa96

Browse files
authoredOct 25, 2024··
Update run_minlptests.jl
1 parent 896c05f commit 3aefa96

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎test/MINLPTests/run_minlptests.jl

+1-2
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ CONFIG["Uno"] = Dict(
109109
"options" => ["logger=SILENT"],
110110
"tol" => 1e-5,
111111
"dual_tol" => 1e-5,
112-
"nlp_exclude" => String[],
113-
# ["005_010", "006_010", "007_010", "008_010", "008_011"],
112+
"nlp_exclude" => ["005_010", "006_010", "007_010"],
114113
"nlpcvx_exclude" => String[],
115114
"nlpmi_exclude" => String[],
116115
"infeasible_point" => AmplNLWriter.MOI.NO_SOLUTION,

0 commit comments

Comments
 (0)
Please sign in to comment.