mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-12-24 18:10:29 +01:00
cosmetics
This commit is contained in:
parent
79e98b07be
commit
ba04aa4f34
@ -171,11 +171,13 @@ function check_property_T(name::String, S, solver, upper_bound, tol, radius)
|
|||||||
|
|
||||||
info(logger, "|S| = $(length(S))")
|
info(logger, "|S| = $(length(S))")
|
||||||
info(logger, "length(Δ) = $(length(Δ))")
|
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)
|
λ, P = λandP(name)
|
||||||
else
|
else
|
||||||
|
# compute
|
||||||
info(logger, "Creating SDP problem...")
|
info(logger, "Creating SDP problem...")
|
||||||
|
|
||||||
t = @timed SDP_problem, λ, P = create_SDP_problem(Δ, sdp_constraints, upper_bound=upper_bound)
|
t = @timed SDP_problem, λ, P = create_SDP_problem(Δ, sdp_constraints, upper_bound=upper_bound)
|
||||||
|
Loading…
Reference in New Issue
Block a user