Hessian oracle#3153
Draft
jajhall wants to merge 53 commits into
Draft
Conversation
added 30 commits
June 26, 2026 23:43
…ntries, index, value, void*
added 19 commits
July 15, 2026 12:25
…e objective values
…ance of incoming data
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## latest #3153 +/- ##
==========================================
- Coverage 73.19% 73.18% -0.02%
==========================================
Files 430 432 +2
Lines 104154 105408 +1254
Branches 16738 16967 +229
==========================================
+ Hits 76239 77146 +907
- Misses 27639 27986 +347
Partials 276 276 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
This allows the QP active set solve (and shortly HiPO) to operate using an oracle for the Hessian$$Q$$ . This oracle must be able to compute $$Qx$$ , but there is greater efficiency if it can supply a column of the Hessian.