Skip to content

Commit

Permalink
high tol
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimg committed Jan 13, 2025
1 parent 1cd433e commit 90623d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/projections.jl
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ end

const DEFAULT_POWER_CONE_MAX_ITERS_NEWTON = 100
const DEFAULT_POWER_CONE_MAX_ITERS_BISSECTION = 1_000
const DEFAULT_POWER_CONE_TOL_CONV = 1e-7
const DEFAULT_POWER_CONE_TOL_CONV = 1e-10
const DEFAULT_POWER_CONE_TOL_IN_CONE = 1e-10

"""
Expand Down

0 comments on commit 90623d2

Please sign in to comment.