From 3daff558a3db398084dc84525432b02e83a80da7 Mon Sep 17 00:00:00 2001 From: Gilles Bareilles Date: Thu, 7 Jun 2018 18:06:00 +0200 Subject: [PATCH] -- --- dev/main_case9.jl | 4 ++-- main_cplx.jl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev/main_case9.jl b/dev/main_case9.jl index 4af0b46..d64c52c 100644 --- a/dev/main_case9.jl +++ b/dev/main_case9.jl @@ -11,8 +11,8 @@ function main() relax_ctx = set_relaxation(problem; hierarchykind=:Real, symmetries=[PhaseInvariance], - issparse=false, - d = 2) + issparse=true, + d = 1) println("\n--------------------------------------------------------") println("problem = \n$problem") diff --git a/main_cplx.jl b/main_cplx.jl index 3f3e355..6bc58fb 100644 --- a/main_cplx.jl +++ b/main_cplx.jl @@ -3,7 +3,7 @@ include(joinpath(ROOT, "src_SOShierarchy", "SOShierarchy.jl")) function main() - rmeqs = true + rmeqs = false OPFpbs = load_OPFproblems(MatpowerInput, joinpath("..", "data", "data_Matpower", "matpower", "WB2.m")) problem = build_globalpb!(OPFpbs)