Skip to content

Commit

Permalink
--
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesBareilles committed Jun 7, 2018
1 parent 293b597 commit 3daff55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dev/main_case9.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion main_cplx.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3daff55

Please sign in to comment.