Ray Zimmerman
Ray Zimmerman
OSQP 0.6.0 fails to find an accurate solution to the following LP problem (`polish` step fails) and simply tightening tolerances does not seem to work. See [this forum discussion](https://osqp.discourse.group/t/unable-to-solve-lp-accurately/150). Uncommenting...
As described in [MOST issue #15](https://github.com/MATPOWER/most/issues/15), @lordleoo proposes to extend the zonal reserve implementation to include zonal requirements that are linear functions of Pg, in addition to the existing fixed...
Currently, when there are multiple generators at the slack bus, MATPOWER's power flow considers the first generator at the bus to be the slack generator, taking up all of the...
If a user tries to run an OPF with a case that does not define the `gencost` matrix, it would be nice if MATPOWER (warned and) created a default `gencost`...
The current `psse2mpc()` function handles RAW files only up to v33. *Thanks to Atif Naveed for bringing this to our attention.*
Since some extensions (e.g `toggle_softlims`) are only relevant for OPF problems and not for simple power flow problems, the callbacks need a canonical way to determine the context (PF or...
### Describe the bug Escaping of curly braces in the `samp` text role was introduced in #4909, but it does not seem to be able to handle both escaped and...
From https://www.mail-archive.com/[email protected]/msg06940.html ... It looks like this would be a good place for some optimization of the code. I believe it’s true that the min up and down time constraints...
Has the MEX interface to OSQP been successfully built for [GNU Octave](https://octave.org)? If not consider this a feature request. I tried following the instructions for building the MATLAB interface under...
I have stumbled across a very strange bug with certain `:func:` and `:class:` references not working. That is, references like ... ``` :func:`myfunction` :class:`myclass` ``` ... will display correctly, but...