Ray Zimmerman

Results 101 comments of Ray Zimmerman

Good point. I'll just mention that the motivation for this change is to remove ambiguity in the handling of slack for such cases, in order to enhance the reproducibility of...

In terms of documentation, this is going to require updating Section 7.6.1 in the User's Manual. The source for the manual can be found in [`docs/src/MATPOWER-manual/MATPOWER-manual.tex`](https://github.com/MATPOWER/matpower/blob/master/docs/src/MATPOWER-manual/MATPOWER-manual.tex). We should change "Fixed...

This is possible, though it is more complex, since the flows are not explicit optimization variables. For a DC OPF, it can be added as a linear constraint on voltage...

First, thank you very much for this contribution and I'm sorry for the extremely long delay in responding. 😜 😞 It seems like a very straightforward implementation. Nice job! 👍...

Also, before doing any more commits to this branch, make sure you force pull the latest to your local repo since I just rebased it on the current MATPOWER master...

Rebased again on latest master (release 7.0).

*For reference, richardkue/matpower#1 is the PR referred to above.* Thanks for sketching this out. I'm a bit torn about how to respond. The approach looks fine if you need the...

This should be quite simple and straightforward to implement. A good starting place for someone who would like to begin to contribute. I propose adding an `opf.branch_rating` option with default...

👍 Go for it. And may I suggest for the implementation that, rather than temporarily copying the values from the `RATE_B` or `RATE_C` columns into the `RATE_A` column of the...