@@ -12,18 +12,14 @@ using Test
12
12
solver =
13
13
JuMP. optimizer_with_attributes (KNITRO. Optimizer, " outlev" => 0 , " opttol" => 1e-8 )
14
14
# 005_010 : knitro finds a slightly different solution
15
- # 005_011 : uses the function `\`
16
- # 006_010 : user-defined function
17
- MINLPTests. test_nlp (solver; exclude= [" 005_010" , " 005_011" , " 006_010" ])
18
- MINLPTests. test_nlp_expr (
19
- solver;
20
- exclude= [" 005_010" , " 005_011" , " 006_010" , " 008_010" , " 008_011" ],
21
- )
15
+ # 008_010 : MINLPTests.jl#21
16
+ MINLPTests. test_nlp (solver; exclude= [" 005_010" ])
17
+ MINLPTests. test_nlp_expr (solver; exclude= [" 005_010" , " 008_010" ])
22
18
# For 005_010, Knitro founds a different solution, close to those of MINLPTests.
23
19
MINLPTests. nlp_005_010 (solver, 1e-5 , 1e-5 , 1e-5 )
24
20
MINLPTests. nlp_expr_005_010 (solver, 1e-5 , 1e-5 , 1e-5 )
25
21
MINLPTests. test_nlp_cvx (solver)
26
22
MINLPTests. test_nlp_cvx_expr (solver)
27
- MINLPTests. test_nlp_mi (solver, exclude = [ " 005_011 " , " 006_010 " ] )
28
- MINLPTests. test_nlp_mi_expr (solver, exclude = [ " 005_011 " , " 006_010 " ] )
23
+ MINLPTests. test_nlp_mi (solver)
24
+ MINLPTests. test_nlp_mi_expr (solver)
29
25
end
0 commit comments