Skip to content

Commit

Permalink
add max iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Oct 30, 2023
1 parent 95d176c commit 006b581
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/definitions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const MINIMAL_ACCEPTABLE_NLSOLVE_F_TOLERANCE = :1e-3
const MAX_INIT_RESIDUAL = 10.0
const MAX_NLSOLVE_INTERATIONS = 10
const BOUNDS_TOLERANCE = 1e-6
const MAX_REACTIVE_POWER_ITERATIONS = 10

const ISAPPROX_ZERO_TOLERANCE = 1e-6

Expand Down

0 comments on commit 006b581

Please sign in to comment.