From c864e710709a02586f0fd6ef508c357240715646 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Wed, 13 Mar 2024 12:45:32 +1300 Subject: [PATCH] Update MOI_wrapper.jl --- test/MOI_wrapper.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/MOI_wrapper.jl b/test/MOI_wrapper.jl index 4a53f34..ac34dcc 100644 --- a/test/MOI_wrapper.jl +++ b/test/MOI_wrapper.jl @@ -54,12 +54,12 @@ function test_MOI_Test_cached() model, config; include = String[ - "test_constraint_ZeroOne_bounds", - # "test_constraint_ZeroOne_bounds_2", + # "test_constraint_ZeroOne_bounds", + "test_constraint_ZeroOne_bounds_2", "test_constraint_ZeroOne_bounds_3", "test_constraint_get_ConstraintIndex", "test_constraint_qcp_duplicate_diagonal", - "test_constraint_qcp_duplicate_off_diagonal", + # "test_constraint_qcp_duplicate_off_diagonal", ], verbose = true )