From 1988fff996a6388e6087e90766964c5dbce12550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Wed, 23 Jan 2019 11:37:05 +0100 Subject: [PATCH 1/2] Reenable SOC tests in MPB --- test/MPB_wrapper.jl | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/test/MPB_wrapper.jl b/test/MPB_wrapper.jl index 3e2c577..06ad148 100644 --- a/test/MPB_wrapper.jl +++ b/test/MPB_wrapper.jl @@ -21,11 +21,9 @@ end coniclineartest(solver, duals=true, tol=1e-6) end -# TODO Fixed by https://github.com/JuliaOpt/SemidefiniteModels.jl/commit/d03248428f93772a05bd3d63a224982e2b85d88c -# uncomment when this is released or when Julia v0.6 is dropped -# @testset "Conic SOC tests" begin -# conicSOCtest(CSDP.CSDPSolver(printlevel=0, write_prob="soc.prob"), duals=true, tol=1e-6) -# end +@testset "Conic SOC tests" begin + conicSOCtest(CSDP.CSDPSolver(printlevel=0, write_prob="soc.prob"), duals=true, tol=1e-6) +end # CSDP returns :Suboptimal for SOCRotated1 # @testset "Conic SOC rotated tests" begin From 725f446b23aa9460bd83a6a055afac2f75cb8002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Wed, 23 Jan 2019 11:37:49 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20SDM=20v1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- REQUIRE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REQUIRE b/REQUIRE index b9adebe..effa3b9 100644 --- a/REQUIRE +++ b/REQUIRE @@ -4,5 +4,5 @@ Glob MathOptInterface 0.8 0.9 SemidefiniteOptInterface 0.5 0.6 MathProgBase 0.7 0.8 -SemidefiniteModels 0.1 0.2 +SemidefiniteModels 0.1.1 0.2 Compat 1.0