-
## Goals
- [ ] Get rid of dependencies that are not needed anymore
- [ ] Separate remaining dependencies in two broad categories:
- *core*: used extensively throughout the IDAES codebase
- *…
-
### Report
Thanks for creating this fantastic package.
I installed pertpy v.0.5.0 in a new conda environment (python v.3.10.13). Importing the package resulted in an ImportError.
Minimal exam…
-
Dear support team,
I have tried to run the following code. The first part is compiled without any issues, but the last shows the following note:
```
DeveloperError: Internal Pyomo implementatio…
-
## Description
### What steps will reproduce the problem?
Create a pyomo optimization model
Create a class V to store values as V.Value
Run model an save results in the V structure
Save results fr…
-
## Summary
When using the `solve_strongly_connected_components` solver, I ran into an error message about converting expressions to floats. From looking at the stack trace, the issue appears to be …
-
This is IDAES related.
For testing purposes, I would like to access derivative information from AMPLExternalFunction calls. It's a lot easier to write tests in Python than C and the IDAES infras…
-
I believe that there is a missing required dependency in the OMLT 1.0 release: `onnx` is listed as a "testing" dependency, but is required in order to import anything from `omlt.io`.
### Steps to …
-
## Summary
It would be useful to add some capability to manage Gurobi environments (`gurobipy.Env` objects) in the `GurobiDirect` solver.
I'm happy to submit a PR for the changes described below…
-
Action items:
- [x] @bbefort prototype class to generalize `PR_model` for the cases, place in same folder as current semi-generalized functions (`linear`, `cubic`)
- [x] @jialuw96 demonstrate Pyomo.…
-
Hi, I get error when I tried to import coramin. I installed with pip and directly from github source but nothing changed.
```
------------------------------------------------------------------------…