In the new api we need just DeltaandSDPconstraints function

This commit is contained in:
kalmar 2017-03-13 11:44:38 +01:00
parent b0f273ce45
commit 9641f72b05
1 changed files with 1 additions and 2 deletions

View File

@ -79,9 +79,8 @@ function inv(M::Array{Mod,2})
return adjugate(M)
end
function prepare_Δ_sdp_constraints(identity, S)
@show length(S)
function ΔandSDPconstraints(identity, S)
B₁ = vcat([identity], S)
B₂ = products(B₁, B₁);
B₃ = products(B₁, B₂);