-
Notifications
You must be signed in to change notification settings - Fork 193
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
Merge latest for release #1651
Merge latest for release #1651
Conversation
Co-authored-by: barracuda156 <[email protected]>
BLD: Fix the libatomic handling
…mpOfOptBasis2 # Conflicts: # src/simplex/HSimplex.cpp # src/simplex/HSimplex.h
…mpOfOptBasis2 # Conflicts: # src/lp_data/Highs.cpp
Made the cuPDLP-C termination comments more prominent in the `README`, and extended them
Version 1.7.0 of HiGHS contains several new developments. HiGHS now offers the exciting new first order LP solver (cuPDLP-c). Ours is currently only a serial CPU implementation, so performance isn't spectacular, but we aim to offer the GPU implementation in due course. To run PDLP, choose the option The HiGHS interior point solver now allows analytic centre calculations to be performed. This is done by setting the HiGHS option When After solving an LP, the method Logging from the interior point solver is now consistent with logging from the simplex and MIP solvers. The Python interface has been updated, with several overlooked methods having been added Considerable modifications and fixes have been added to the build system, in particular for Python. Bugs in the QP and MIP solvers have been fixed Thanks are due to due to @galabovaa , @fwesselm @feldmeier and @Coloquinte |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hurray for the new release: a lot of work has been done since the last!
Release 1.7.0