-
Notifications
You must be signed in to change notification settings - Fork 4
Update HiGHS to v1.10.0 #72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Fix issue 2171
…lifyRowPresolve
… in transformNewIntegerFeasibleSolution
… being used in transformNewIntegerFeasibleSolution
…sed to avoid warnings for now (there may be a more elegant way later on)
…lifyRowPresolve
…when time tolerance is 0
Simplify row presolve
commit 6c56a00 Author: Ivet Galabova <[email protected]> Date: Wed Mar 19 16:14:34 2025 +0000 archive commit 32e0460 Author: Ivet Galabova <[email protected]> Date: Wed Mar 19 16:10:49 2025 +0000 unzipped commit c8d7e70 Author: Ivet Galabova <[email protected]> Date: Wed Mar 19 15:57:21 2025 +0000 can't test archive until release commit ae5ccc4 Author: Ivet Galabova <[email protected]> Date: Wed Mar 19 15:51:57 2025 +0000 try to test download of archive commit a1d92f3 Author: Ivet Galabova <[email protected]> Date: Wed Mar 19 15:49:33 2025 +0000 unzip commit f73ad0a Author: Ivet Galabova <[email protected]> Date: Wed Mar 19 15:45:12 2025 +0000 path to unzipped dir commit d6a70f8 Author: Ivet Galabova <[email protected]> Date: Wed Mar 19 15:43:49 2025 +0000 copy archive to root dir commit 2b8c85f Author: Ivet Galabova <[email protected]> Date: Wed Mar 19 15:42:40 2025 +0000 correct archive name commit 445b549 Author: Ivet Galabova <[email protected]> Date: Wed Mar 19 15:41:34 2025 +0000 try 6 commit 8eee30a Author: Ivet Galabova <[email protected]> Date: Wed Mar 19 15:35:54 2025 +0000 try 5 commit 69a8746 Author: Ivet Galabova <[email protected]> Date: Wed Mar 19 15:33:40 2025 +0000 try 4 commit 074f2bb Author: Ivet Galabova <[email protected]> Date: Wed Mar 19 15:32:46 2025 +0000 try 3 commit 0989aca Author: Ivet Galabova <[email protected]> Date: Wed Mar 19 15:27:07 2025 +0000 try 2 commit f0e1362 Author: Ivet Galabova <[email protected]> Date: Wed Mar 19 15:19:22 2025 +0000 try
Added optional FindCUDAConf for running on GPU cluster
Generate release source code artefact
version bump for release
Release 1.10.0
Thanks! I assume this is draft because you want a SciPy PR with green CI before merging this? |
It's a draft because there are a few things I am not sure how to fix. Right now I get some compiler warnings from Highs:
I don't quite understand why these warnings appear, because our meson configuration ought to be ignoring them. |
Compile flags like To fix it, we need an extra commit here. Ideally it's fixed upstream and then that fix included here. It's fine to do it out of order and fix it first here though, if that's easier. |
Update HiGHS to v1.10.0 in order to fix scipy/scipy#22188.