1
0
mirror of https://github.com/kalmarek/PropertyT.jl.git synced 2024-11-19 15:25:29 +01:00

remove some info

This commit is contained in:
kalmar 2017-03-16 15:37:28 +01:00
parent b1e00bfda5
commit 04df785909

View File

@ -5,7 +5,7 @@ using GroupAlgebras
import SCS.SCSSolver import SCS.SCSSolver
using Memento using Memento
const logger = basic_config("info") const logger = basic_config("info", fmt="{msg}")
const solver_logger = basic_config("info") const solver_logger = basic_config("info")
include("sdps.jl") include("sdps.jl")
@ -89,7 +89,6 @@ function κandA(name::String, sdp_constraints, Δ::GroupAlgebraElement, solver::
t = @timed SDP_problem = create_SDP_problem(sdp_constraints, Δ; upper_bound=upper_bound) t = @timed SDP_problem = create_SDP_problem(sdp_constraints, Δ; upper_bound=upper_bound)
info(logger, timed_msg(t)) info(logger, timed_msg(t))
info(logger, "Solving SDP problem maximizing κ...")
κ, A = solve_SDP(SDP_problem, solver) κ, A = solve_SDP(SDP_problem, solver)
κ_fname, A_fname = κSDPfilenames(name) κ_fname, A_fname = κSDPfilenames(name)
if κ > 0 if κ > 0