Conversation
Collaborator
filikat
commented
Feb 15, 2026
- Added logic to solve QPs with HiPO.
- Introduced a new solver option "qpasm", which is the default QP solver for now. Selecting "hipo" or "ipm" instead uses HiPO.
- The HiPO preprocessor has been refactored and made more powerful, since HiGHS does not have presolve for QPs.
- The tests in TestQpSolver.cpp now run both with qpasm and hipo.
- Since now there are options to choose both LP and QP solvers, give a warning if the selected solver is not compatible with the type of the problem, and ignore the option.
- Added some functions to HighHessian to access its diagonal and do matrix-vector products.
- Introduced some logic to better detect stagnation for problems that would otherwise keep iterating forever.
- Fixed an assertion in HighsSparseMatrix.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## latest #2854 +/- ##
==========================================
+ Coverage 80.28% 80.32% +0.04%
==========================================
Files 348 348
Lines 86212 86386 +174
==========================================
+ Hits 69211 69386 +175
+ Misses 17001 17000 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
jajhall
approved these changes
Feb 16, 2026
Member
jajhall
left a comment
There was a problem hiding this comment.
It's hard to assess all the changes, as (understandably) plenty of QPASM code has been moved/indented, but I trust you
I'll now see what happens if I merge in fix-2781 and fix-2821
Member
|
Please update FEATURES.md with respect to this PR, @filikat Just update latest... |
Member
Not as bad as I feared! 😅 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.