-
HiGHS currently doesn't have an implementation of `Solver` in `ipet.parsing.Solver`.
-
I ran into some runtime errors when running HiGHS on infeasible DC-OPF instances.
The upstream issue was https://github.com/jump-dev/HiGHS.jl/issues/254, which has been fixed... but made me realize t…
-
Hello, everyone
Firstly, thanks for the great package and also for adding support for Highs.
However, it seems that creating a optimization model with Highs is rather slow.
**Describe the bug…
-
### 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…
-
Hello, HiGHS recently released a new version where some fixes are applied to pre-solve. It would be great if this could be integrated with casadi soon? Additionally it would be great if we could also …
-
Recently I noticed that the numerical checks in PowerSimulations.jl since it takes a long time to run with HiGHS w.r.t to Gurobi or Xpress.
This is the loop we use is something like this
```Juli…
-
As requested! But keep in mind that the difference was only important with GCC at `-O2`, or with clang, and on ARM64 or RISC-V hardware.
[edge_disjoint_spanning_trees.lp.txt](https://github.com/use…
-
Following our previous discussion on HiGHS repo, can callback be supported for HiGHs as well?
I can help with testing.
-
### Checklist
- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [X] For Python issues, I have tested with the [latest development wheel](https://www.open3d.org/d…
-
See #15512
```
def linprog(c, A_ub=None, b_ub=None, A_eq=None, b_eq=None,
bounds=None, method='interior-point', callback=None,
bounds=None, method='highs', callback=None,
…