-
Pyomo is quite slow in constructing the concrete model.
Can we parallelize the construction of the model components for each component type (sets, params, vars, etc.)
So:
1. construct Sets in para…
-
Hello all,
We have installed pyomo package as well as bonmin package and we are using the below script to use package 'bonmin' as solver but facing issues and unable to use this package.
Please fi…
-
The LOPF is working correctly when using the default parameters of etrago, but for an entire year and 300 buses AC it shows the next error:
INFO:etrago.cluster.electrical:Start k-medoids Dijkstra Clu…
-
## Summary
Building the extensions and `appsi` failed due to not having `pybind11`
The package `pybind11` is listed in `setup.py`, line 229 as optional for running tests, but does not appear to…
-
In the style guide, there's currently no advice on how to create different index sets. For example, given a set of nodes $V$, a common occurrence is that we want to construct a specific set of constra…
-
Currently, the requirements.txt file for the library lacks specificity in its dependency specification. This leads to extended installation times when using Conda. Additionally, when installing with m…
-
### Comment:
We recently started getting CircleCI failure messages with the general error: ` Could not find a usable config.yml, you may have revoked the CircleCI OAuth App.` CircleCI has never run b…
-
Because pyutilib handles signals by default, it cannot run on a child thread. This is very restricting when trying to run anything based on pyutilib in server-side code, which usually instantiates new…
-
## Move away from `setup.py`
- A lot of issues (including the `pyomo` dep!) come from being unable to bundle `highs` the library with the bindings
- With `meson` as a build system this would be tr…
-
## Summary
I run HiGHS in an infeasible problem but the solve step raises the `RuntimeError` exception, instead of returning a results object with the termination status being `infeasible`. Tr…