bknueven
bknueven
...to commitment/dispatch for dropped sensitivities.
so the user can hand-pick lines to monitor or not, instead of/in addition to using the kV filter.
Headroom is measured as the least slack on all ramping-up constraints. However, when zero-cost reserves are used, the solver is indifferent to assigning that extra slack to the headroom. Two...
Per #140, one of the relaxation test instances needed to be removed. Should a new one be added to take its place?
Most unit commitment tests are regression-style tests and are generally too large, and hence take a bit of time to run. The unit commitment tests should be re-worked to have...
`egret.common.solver_interface._solve_model` raises an exception if a solver terminates with a 'not good' termination condition. Conversely, the lazy PTDF solve loops do not raise exceptions (though likely cause them) if a...
## Fixes # N/A ## Summary/Motivation: If Xpress stops due to some limit, e.g., a time limit set by the user, it leaves the model in a presolved state. Explicitly...
Waiting on grid-parity-exchange/Egret#298.
In working on #97 we realized the simulator options `--output-sced-solutions` and `--output-ruc-dispatches` have been disabled. They should be reenabled to allow for easier debugging of Prescient outputs.