Skip to content

Commit

Permalink
Fix #53
Browse files Browse the repository at this point in the history
  • Loading branch information
lpawela committed Mar 14, 2019
1 parent 5eec8f1 commit b619397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/convex.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function norm_diamond(Φ::DynamicalMatrix{T}) where T<:AbstractMatrix{<:Number}
constraints += [𝕀(d2) ρ₀ X; X' 𝕀(d2) ρ₁] in :SDP

problem = maximize(t, constraints)
solve!(problem, SCSSolver(verbose=0))
solve!(problem, SCSSolver(verbose=0, eps=1e-7))
problem.optval
end

Expand Down

0 comments on commit b619397

Please sign in to comment.