-
# bug found by: Maria Marcos Nuñez
```python
from pyomo.environ import *
model = AbstractModel()
# Definición de los diferentes parametros del modelo
model.qv = Param(within = NonNegativeReals)…
-
Hey Guys,
I am receiving the following error _All linking variables should be discrete_ for a bi-level problem with this structure:
min x_0 + x_1 …
-
**Describe the bug**
When installing oemof.solph via pip, the requirements for pyomo is given with: `"pyomo >= 6.0.0, < 7.0",`.
However, simple code such as the `basic_example.py` does not run with …
-
How does pyomo represent the complex number Z=R+JX
-
### Description
- Changes in Pyomo (Pyomo/pyomo#2754) and IDAES (IDAES/idaes-pse#1148) cause invalid reST being emitted for many WaterTAP components
- This results in warnings during the Sphinx bu…
-
I have been using SCIP through pyomo and through the command line and have recently come across a funny result: the solution appears to be calculated correctly, since pyomo stores the variables with t…
-
**Describe the bug**
Some namespaces have been renamed apparently in the new pyomo and so the package does not work with the new version of pyomo (6.5). I need to every back to an older version equ…
-
As of today, several tests are still failing with IDAES 2.1.0rc0/Pyomo 6.6.1:
Screenshot (click to expand)
![image](https://github.com/watertap-org/watertap/assets/48035537/034c8cb9-d4d6-4029-…
-
### Solution to issue cannot be found in the documentation.
- [X] I checked the documentation.
### Issue
Version constraints on conda-forge:
https://github.com/conda-forge/geoutils-feedstock/blob/…
coroa updated
7 months ago
-
When installing on Windows executing InstallOnWindows.bat ends with the following error and the pharmapy environment isn't created.
[1/1] Cythonizing assimulo\solvers\euler.pyx
C:\ProgramData\Anac…