-
### Description
We recently updated to 2.21.3 in order to start building Python 3.13 wheels for Pyomo. We have always utilized `CIBW_BEFORE_BUILD` to install some dependencies (`pip install cython …
-
### setuptools version
setuptools>=74
### Python version
All tested versions; distributed with conda (3.9-3.12)
### OS
Windows
### Additional environment information
Issue only occurs on window…
-
Hey,
the 'Appetizer' from https://entmoot.readthedocs.io/en/master/#appetizer is not working for gurobi and I get the following error message (I am using Gurobi Optimizer version 11.0.0):
```
S…
-
Hi,
first of all let me thank you for this nice work.
I am trying to use the library to provide a data-driven surrogate model of a time derivative of quantity (say speed) and use this optimize…
-
Changes have been introduced in later versions of Pyomo.GDP and GDPOpt that makes some of our code deprecated.
- [ ] One needs to set a `True`/`False` value to Boolean/indicator variables (0 and 1 …
-
envs/environment.yaml requires ipopt = 3.11.1
(due to this issue in comment
https://stackoverflow.com/questions/64912995/applicationerror-no-executable-found-for-solver-ipopt-in-pyomo )
but fir…
-
### What happened?
There seem to be issues currently with using NOT or OR/AND in the top level global_expressions where string related to the rework of `_from_pyomo_expr()` in `pyomo_backend_model.…
-
Hi.
I'm trying to use OptiType, but I get some warnings and errors. I assume that is related to pyomo, but not sure how can I solve it. Downgrade the version? I'm using version 5.2
```
WARNING…
-
### Checklist
- [X] I am using the current [`master`](https://github.com/PyPSA/pypsa-usa/tree/master) branch
- [X] I am running on an up-to-date [`pypsa-usa` environment](https://github.com/PyPSA/pyp…
-
It would be useful to be able to implement function calls into constraints. Pyomo has a similar functionality under the external() module. Here you can supply a function call, such as a function or an…