cosmetics

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

View File

@ -171,11 +171,13 @@ function check_property_T(name::String, S, solver, upper_bound, tol, radius)
info(logger, "|S| = $(length(S))")
info(logger, "length(Δ) = $(length(Δ))")
info(logger, "|R(G)|.pm = $(size(parent(Δ).pm))")
info(logger, "|R[G]|.pm = $(size(parent(Δ).pm))")
if all(isfile.(λandP(name)))
if all(isfile.(λSDPfilenames(name)))
# cached
λ, P = λandP(name)
else
# compute
info(logger, "Creating SDP problem...")
t = @timed SDP_problem, λ, P = create_SDP_problem(Δ, sdp_constraints, upper_bound=upper_bound)