mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-14 14:15:28 +01:00
fix: don't return after solving, save kappa and A first
This commit is contained in:
parent
e08e787c1a
commit
ada830f5d5
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user