File tree 1 file changed +20
-1
lines changed
1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,26 @@ function test_runtests()
78
78
);
79
79
include = [" test_nonlinear_" ],
80
80
# This test is actually MOI.OPTIMAL. It's okay to ignore for now.
81
- exclude = [" test_nonlinear_expression_overrides_objective" ],
81
+ exclude = [
82
+ " test_nonlinear_expression_overrides_objective" ,
83
+ " test_nonlinear_quadratic_1" ,
84
+ " test_nonlinear_quadratic_4" ,
85
+ " test_nonlinear_with_scalar_quadratic_function_with_off_diag" ,
86
+ ],
87
+ )
88
+ MOI. Test. runtests (
89
+ model,
90
+ MOI. Test. Config (;
91
+ atol = 1e-3 ,
92
+ rtol = 1e-3 ,
93
+ exclude = Any[MOI. ConstraintDual],
94
+ );
95
+ include = [
96
+ " test_nonlinear_expression_overrides_objective" ,
97
+ " test_nonlinear_quadratic_1" ,
98
+ " test_nonlinear_quadratic_4" ,
99
+ " test_nonlinear_with_scalar_quadratic_function_with_off_diag" ,
100
+ ],
82
101
)
83
102
MOI. set (model, MOI. RawOptimizerAttribute (" PRESOLVE" ), 0 )
84
103
MOI. Test. runtests (
You can’t perform that action at this time.
0 commit comments