Carleton Coffrin
Carleton Coffrin
How would this be different than the `print_summary` function?
Good point. Something more summative would be preferable in that case.
The proposed implementation should avoid allocating new memory when these quantities already exist in the given data dict. These variants should update the data directly instead of making a separate...
Hi @gaadis, should this issue should be moved to PowerModelsDistribution? It looks to me that is the package you are using in this example. At a high level, what you...
Usually the best way to check is exactly how you have done it here. Run an AC-PF, if it fails, try an AC-OPF, if that works then most likely the...
In PowerModels `pf` and `pt` should be what the measured values on the from and to sides of any line (AC or DC). Adding them together should yield the value...
@jbarberia you do know the PSSE convention on this point?
@jbarberia thanks for this. Based on what you say here at least it sounds like we should account for a sign change in the `pt` and `pf` values when reading/writing...
That would be great! Checkout the branch called `moi`. Almost all test on continuous models are passing at this point.
Interesting idea. I generally find that `print_summary` gets the job done for me. Did you have something else in mind?