mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-14 14:15:28 +01:00
remove old loging
This commit is contained in:
parent
29f347a228
commit
7054fcffe2
@ -305,10 +305,6 @@ function check_property_T(name::String, S, Id, solver, upper_bound, tol, radius)
|
||||
Δ, sdp_constraints = ΔandSDPconstraints(name, S, Id, radius=radius)
|
||||
end
|
||||
|
||||
info(logger, "|S| = $(length(S))")
|
||||
info(logger, "length(Δ) = $(length(Δ))")
|
||||
info(logger, "|R[G]|.pm = $(size(parent(Δ).pm))")
|
||||
|
||||
if all(exists.(λSDPfilenames(name)))
|
||||
λ, P = λandP(name)
|
||||
else
|
||||
@ -316,6 +312,7 @@ function check_property_T(name::String, S, Id, solver, upper_bound, tol, radius)
|
||||
SDP_problem, λ, P = create_SDP_problem(Δ, sdp_constraints, upper_bound=upper_bound)
|
||||
JuMP.setsolver(SDP_problem, solver)
|
||||
|
||||
|
||||
λ, P = λandP(name, SDP_problem, λ, P)
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user