Releases: NLaws/BranchFlowModel.jl
Releases · NLaws/BranchFlowModel.jl
v0.5.0
- upgrade CommonOPF to v0.4.7
- refactor
SecondOrderCone->SOCto avoid collision withJuMP.SecondOrderCone - SinglePhase
Unrelaxedmodel is nowAngleRelaxation(as it should be) - ported the multiphase LinDistFlow validation test from LinDistFlow.jl
- refactored and added symbols used to store constraint references in the
JuMP.Model - port the multiphase LinDistFlow validation test from LinDistFlow.jl
- refactor and added symbols used to store constraint references in the
JuMP.Model:kvl->:kvl_constraints- these were erroneously indexed on busses instead of edges
:loadbalcons->:power_balance_constraints- also changed the
"p"and"q"keys to:realand:reactive
- also changed the
- add
:sending_power_flow_constraints
- added
net.var_infoandnet.constraint_infofor multiphase models and improved docs - stopped exporting the variable and constraint builder methods
- add
net.var_infoandnet.constraint_infofor multiphase models and improved docs - stop exporting the variable and constraint builder methods