the final DeltaansSDP constr lives in Main

This commit is contained in:
kalmar 2017-03-14 16:39:14 +01:00
parent e6f65688e9
commit 9ab11e295e
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
module PropertyT
using JLD
using GroupAlgebras
import SCS.SCSSolver
@ -44,7 +45,7 @@ end
function ΔandSDPconstraints(name::String, ID, generating_func::Function)
pm_fname, Δ_fname = pmΔfilenames(name)
Δ, sdp_constraints = ΔandSDPconstraints(ID, generating_func())
Δ, sdp_constraints = Main.ΔandSDPconstraints(ID, generating_func())
save(pm_fname, "pm", Δ.product_matrix)
save(Δ_fname, "Δ", Δ.coefficients)
return Δ, sdp_constraints