From 9641f72b05dc777239159339592f9c856d38edb8 Mon Sep 17 00:00:00 2001 From: kalmar Date: Mon, 13 Mar 2017 11:44:38 +0100 Subject: [PATCH] In the new api we need just DeltaandSDPconstraints function --- SL3Z.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SL3Z.jl b/SL3Z.jl index 8e5ed7a..356b1eb 100644 --- a/SL3Z.jl +++ b/SL3Z.jl @@ -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₂);