What is the Reason for the infeasibility of the AC-OPF in my Pyomo code?

后端 未结 0 1281
臣服心动
臣服心动 2021-01-29 01:28

I was coding the AC-OPF problem for the 9Bus network in Pyomo. Here is the main body of the code:

model.BusNO = 9
model.BusNumber = pyo.RangeSet(1,9)
model.BusPQ          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题