Conversation
Co-authored-by: darnstrom <55484604+darnstrom@users.noreply.github.com> Agent-Logs-Url: https://github.com/darnstrom/daqp/sessions/7f4b0f24-9750-41b4-9362-4b471d6158d1
Copilot stopped work on behalf of
darnstrom due to an error
March 21, 2026 15:28
Owner
|
@copilot try again |
…e_ldp and daqp_solve Co-authored-by: darnstrom <55484604+darnstrom@users.noreply.github.com> Agent-Logs-Url: https://github.com/darnstrom/daqp/sessions/d3cd695e-642b-4fb2-b020-a91222e5017c
Contributor
Author
Done. The implementation is now complete in commit
All 17 existing Python tests pass, and targeted tests confirm: the unconstrained path yields 0 iterations and correct primal/dual objective values; infeasible-unconstrained cases fall through to the normal active-set solver. |
Copilot
AI
changed the title
[WIP] Implement logic to optimize computation for unconstrained optimum
Implement logic to optimize computation for unconstrained optimum
Mar 21, 2026
…nd inverted check direction Co-authored-by: darnstrom <55484604+darnstrom@users.noreply.github.com> Agent-Logs-Url: https://github.com/darnstrom/daqp/sessions/79ab7e71-e7a4-4c63-a486-0f75ec3760d9
…olution when unconstrained is optimal
Co-authored-by: darnstrom <55484604+darnstrom@users.noreply.github.com> Agent-Logs-Url: https://github.com/darnstrom/daqp/sessions/83d548c7-90e0-4ba3-b009-fcd4dc84edb4
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.
reuse_ind = 0reset when unconstrained check fails: without it,daqp_compute_CSPreuses stale intermediate results from the prior solve, yielding a wrong primal and incorrect resultMaster reference: n=100,m=1000 unc=7.535ms con=13.515ms; n=20,m=200 unc=0.047ms con=0.085ms
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.