Electa-Git / PowerModelsDistributionStateEstimation.jl

A Julia Package for Power System State Estimation.
BSD 3-Clause "New" or "Revised" License
32 stars 12 forks source link

Decide on if/how to handle/expand se problem with SDP equations #18

Closed MartaVanin closed 11 months ago

MartaVanin commented 4 years ago

A basic SDP state estimation is now available. It is based on the SDPUBFPowerFlow of PMD, where PSD constraints are modelled specifically as conic --> Ipopt can't deal with them. We need either SCS (free, for tests) or mosek/other efficient conic solvers. There is no problem with WLAV, but WLS is not conic (is quadratic), so we should decide what to offer:

timmyfaraday commented 4 years ago

I think we were gonna go all conic on the WLS, right?

MartaVanin commented 4 years ago

as a first step yes, but I'd still leave this open for if we want to allow SDP equations + non-conic objectives or constraint. I won't do it now.. also not sure we necessarily should, but let's give it some more time