-
Add support for nonlinear variable expressions
--------------------------
Currently, Pulp does not support nonlinear variable expressions, and it will raise an error for such expressions.
`
…
-
At the moment the solvers which use HiGHS [don't make use of `max_duality_gap`](https://github.com/Foggalong/RobustOCS/blob/ee7ead44efa11398a299f43c7cbfadf1f158f998/robustocs/solvers.py#L589-L590) in …
-
Please answer these questions before submitting your issue. Thanks!
1. What version of Python are you using?
3.8.16
2. What operating system and processor architecture are you using?
…
-
**Describe the bug**
When using NumPy 2.0, multiple solvers run into error.
```bash
--- Solver: CLARABEL ---
Solver CLARABEL failed with error: Python integer 9089665200 out of bounds for int32
…
-
### Version Checks (indicate both or one)
- [X] I have confirmed this bug exists on the lastest [release](https://github.com/pypsa/atlite/releases) of Atlite.
- [ ] I have confirmed this bug exists …
-
I have been trying to use the QOKit simulator for larger instances but before that I wanted to verify it works for some trivial small ones.
I'd love some insight into if I'm doing something wrong -…
-
Hello there,
Thanks for this method - it's definitely useful to help infer cell lineage and mito clonal evolution at the same time. I had some single cell ATAC & mito data and wanted to try this ou…
-
In [tsp.ipynb](https://github.com/Gurobi/modeling-examples/blob/ae28d0ce1fb2a7e3188414444d8d90461887a2e9/traveling_salesman/tsp.ipynb), when excuting the "Model Code" part, you may get a `RuntimeError…
-
Issue originally reported in #192 and fixed in 0.3.1 has resurfaced.
My large model solves fine in 0.3.1 and 0.3.2 but not in 0.3.3 or the latest version. I've confirmed with the minimal example in #…
-
## TL;DR
It is an really hard problem, an [NP-hard problem](https://en.wikipedia.org/wiki/NP-hardness)...
> The gist is that neovim is just a C project, therefore doesn't link against C++. How…