We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71331ab commit 3297186Copy full SHA for 3297186
src/prob/misc.jl
@@ -76,7 +76,7 @@ function post_sad_opf{T <: Union{AbstractACPForm, AbstractDCPForm}}(pm::GenericP
76
constraint_active_ohms_yt(pm, branch)
77
constraint_reactive_ohms_yt(pm, branch)
78
79
- constraint_phase_angle_diffrence(pm, branch)
+ constraint_phase_angle_difference(pm, branch)
80
theta_fr = getvariable(pm.model, :t)[branch["f_bus"]]
81
theta_to = getvariable(pm.model, :t)[branch["t_bus"]]
82
0 commit comments