You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One more: we need to add a field branch_reactivepower_flow_values::Matrix{Float64} (and modify existing branch_flow_values::Matrix{Float64} -> branch_activepower_flow_values::Matrix{Float64}).
I believe these are the only fields that need to be modified:
bus_reactivepower_bounds::Vector{Vector{Float64}} -> bus_reactivepower_bounds::Matrix{Vector{Float64}}
branch_type::Vector{DataType} -> branch_type::Matrix{DataType}
but code changes to account for these modifications are also needed.
The text was updated successfully, but these errors were encountered: