fix: don't return after solving, save kappa and A first

This commit is contained in:
kalmar 2017-03-31 22:33:17 +02:00
parent e08e787c1a
commit ada830f5d5
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ function κandA(name::String, opts...)
info(logger, "Creating SDP problem...")
return compute_κandA(opts...)
κ, A = compute_κandA(opts...)
remove_handler(solver_logger, "solver_log")