Hassan
Results
2
issues of
Hassan
With version v0.18.3 of PowerModels, one line needs to be changed in modelopf.jl: `ref = PowerModels.build_ref(data)[:nw][0]` should become: `ref = PowerModels.build_ref(data)[:it][pm_it_sym][:nw][0]` Otherwise, one gets the following error: `LoadError: KeyError: key...
### Description This PR fixes #123 and corrects the rectangular ACOPF formulation as follows: - Formulate the problem without auxiliary variables to avoid feasibility violations. - Make sure to add...