S is now a honest Vector of groupelems

This commit is contained in:
kalmar 2017-06-05 13:49:43 +02:00
parent 477417bb9a
commit 79e98b07be
1 changed files with 2 additions and 4 deletions

View File

@ -153,8 +153,7 @@ function setup_logging(name::String)
end
function check_property_T(name::String, generating_set,
solver, upper_bound, tol, radius)
function check_property_T(name::String, S, solver, upper_bound, tol, radius)
if !isdir(name)
mkdir(name)
@ -170,8 +169,7 @@ function check_property_T(name::String, generating_set,
Δ, sdp_constraints = ΔandSDPconstraints(name, S, radius)
end
S = countnz(Δ.coeffs) - 1
info(logger, "|S| = $S")
info(logger, "|S| = $(length(S))")
info(logger, "length(Δ) = $(length(Δ))")
info(logger, "|R(G)|.pm = $(size(parent(Δ).pm))")