diff --git a/Project.toml b/Project.toml index e3c8f524..67ed52eb 100644 --- a/Project.toml +++ b/Project.toml @@ -10,7 +10,7 @@ SCIP_jll = "e5ac4fe4-a920-5659-9bf8-f9f73e9e79ce" [compat] Ipopt_jll = "^3.13.2" -MathOptInterface = "0.10.4" +MathOptInterface = "1" SCIP_jll = "^0.1.2" julia = "1.6" diff --git a/test/MOI_wrapper_cached.jl b/test/MOI_wrapper_cached.jl index be2d52cc..9a3e4953 100644 --- a/test/MOI_wrapper_cached.jl +++ b/test/MOI_wrapper_cached.jl @@ -46,6 +46,8 @@ const CONFIG_CACHED = MOIT.Config( "test_conic_SecondOrderCone_negative_post_bound", "test_conic_SecondOrderCone_no_initial_bound", "test_conic_SecondOrderCone_out_of_order", + "test_conic_SecondOrderCone_nonnegative_initial_bound", + "test_conic_SecondOrderCone_nonnegative_post_bound", # Can not delete variable while model contains constraints "test_linear_integration", "test_quadratic_duplicate_terms",