-
The following design issues should be addressed after we merge the expr_dev branch:
- [x] Evaluate whether division expressions would be better than reciprocal expressions
- [ ] Review whether ide…
-
## Summary
Instead of writing:
```python
@model.Objective(sense=pye.maximize)
def objective(m):
return ...
```
suggest to write:
```python
@model.Maximize()
def objective(m):
…
-
### Report
Hi,
i have started using scCODA and it was working normal while replication this tutorial (https://sccoda.readthedocs.io/en/latest/getting_started.html) ,
put when i tried to repicate …
-
It is possible to get NaNs in Pyomo expressions and, at least in some cases, these get sent to the solver with difficult to interpret errors - maybe we should capture NaNs in Pyomo and give a better e…
-
### Report
Hi @Zethson @johannesostner ,
Unfortunately, I've run again with the same problem after exploring the results when using different cell types as reference. Here is a reproducible exampl…
-
The dictionary with the input data has to contain the input parameters to pyomo according to:
- https://pyomo.readthedocs.io/en/stable/working_abstractmodels/instantiating_models.html
- https://py…
-
## Problem description
There are several situations in which error messages could be more telling to help when writing custom math:
* [x] **Raise Error**: If there are excess dims, pyomo receive…
-
For example, the power flow equations under polar coordinates is
```math
\begin{aligned}
p_h & =v_h \sum_{k \in \mathcal{B}} v_k\left(g_{h k} \cos \theta_{h k}+b_{h k} \sin \theta_{h k}\right), & &…
-
See this issue
https://github.com/Pyomo/pyomo/issues/752
-
## Summary
### Symptoms
- After updating to Pyomo 6.6.1, we noticed that one of the flowsheets in DISPATCHES solved to a different solution than expected, causing the corresponding test to fail
…