-
Hello folks,
I am interested in running security-constrained unit commitment for the following matpower cases:
- case1888rte
- case1951rte
- case2848rte
- case3012wp
- case3375wp
- case6468…
-
In constraints.py, you find the constraints to use the soc of storage units and stores of the former optimization for calculations using pyomo.
Those need to be added for calculations using nmp.
-
-
I applied the pao.pyomo.FA solver to the following problem:
```import pyomo.environ as pe
from pao.pyomo import *
M = pe.ConcreteModel()
M.x = pe.Var(bounds=(0, None), domain=pe.Reals)
M.L = …
-
Pyomo's [data command files](https://pyomo.readthedocs.io/en/stable/working_abstractmodels/data/datfiles.html#) closely follow the syntax of the AMPL 'standard' also used by GMPL, however there are so…
-
### Description
This Issue aims to address and refactor the `cstr` model to fix benchmark issues as outlined in [Issue #60](https://github.com/SECQUOIA/gdplib/issues/60).
Solution strategy causing…
-
RuntimeError: Cannot add component 'swing_bus_i0_t00' (type ) to block 'power system problem': a component by that name (type ) is already defined.
-
Pyomo 6.7.0 includes changes to the NL writer. We should consider the following:
- [ ] Scaling factors are now applied before the model is written to NL. This should make a large portion of the Wa…
-
## Summary
When a model is transformed using the model scaling transformation, `Expressions` are created on the scaled model, but variable scaling factors are not added to them like they are for `C…
-
Observed on:
- Windows (GHA)
- Linux (by @andrewlee94 on his local machine)
```
FAILED idaes/models_extra/column_models/tests/test_plate_heat_exchanger.py::TestPHE::test_solve - AssertionErr…