From c244fccb503ca715053c5e559ededec7874ac0f3 Mon Sep 17 00:00:00 2001 From: odow Date: Wed, 3 Apr 2024 13:14:32 +1300 Subject: [PATCH] Update --- test/test_MOI_wrapper.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_MOI_wrapper.jl b/test/test_MOI_wrapper.jl index b3ab7dc5..c4b29e02 100644 --- a/test/test_MOI_wrapper.jl +++ b/test/test_MOI_wrapper.jl @@ -1045,7 +1045,7 @@ function test_name_empty_names() end function test_dummy_nlp() - if Xpress._supports_nonlinear() + if !Xpress._supports_nonlinear() return end model = Xpress.Optimizer(; OUTPUTLOG = 0) @@ -2492,7 +2492,7 @@ function test_conflict_infeasible_bounds() end function test_nlp_constraint_log() - if Xpress._supports_nonlinear() + if !Xpress._supports_nonlinear() return end model = Xpress.Optimizer()