-
## Summary
Hello,
Recently, I noticed an error or a bug when I imported a solver like `mosek` from the NEOS server. But it is OK when I use the `knitro` or `cplex` solvers. I got the followi…
-
### Report
Bug is occurring on server and on my laptop (M1). Both use conda. Python version 3.10.6.
I create a new environment following the directions in the contributor guide. poetry install do…
-
Observed in watertap-org/watertap#1032 as part of the process to update dependencies from IDAES 2.0.0/Pyomo 6.5.0:
![2023-05-25_16-17](https://github.com/IDAES/idaes-pse/assets/48035537/0c24eb86-62…
-
## Summary
Our transformation of logical and is incorrect--calling the auxiliary variable we introduce $z$, we only formulate $z \implies a \land b$, but the reverse implication is not enforced.
…
-
### This inequality expression on a series triggers an exception:
```python
(stocks.decisions.decision pandas.core.frame.DataFrame
type(stocks.decisions.decision) ==> pandas.core.series.…
-
## Describe the feature you'd like to see
The current implementation of costs is a pure proportional function with respect to the energy produced.
In mathematical term, the following conceptua…
-
@lbianchi-lbl note that pypi idaes-ui + pypi idaes-pse seems ok (no need to take down package),
and both from GH also seems OK.
Proposed solution: release the current code in idaes-ui/main as a n…
-
I am currently using Pyomo (version: 6.4.2) with IPOPT as a solver for a nonlinear constrained optimization problem. This problem has a dimension of 408. When I run the optimization, I sometimes get t…
-
## Summary
Hello, I am trying to build a model minimizing the distance between two matrices in Pyomo using the Mosek solver.
Mosek is throwing the following exception:
`ERROR: MOSEK does not su…
-
## Problem description
When running a big model, one may want to direct different logging levels to different destinations. e.g.:
* write info to the terminal
* write debug to file.
* optiona…