Skip to content
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

LDL factorization improvement #300

Merged
merged 8 commits into from
Mar 7, 2024
Merged

LDL factorization improvement #300

merged 8 commits into from
Mar 7, 2024

Conversation

sshin23
Copy link
Member

@sshin23 sshin23 commented Mar 6, 2024

This PR improves LDLFactorization interface.

We also add a test for Float128 problems.

@codecov-commenter
Copy link

codecov-commenter commented Mar 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.32%. Comparing base (8b704e7) to head (f772f65).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #300      +/-   ##
==========================================
+ Coverage   68.75%   70.32%   +1.57%     
==========================================
  Files          41       42       +1     
  Lines        4621     4634      +13     
==========================================
+ Hits         3177     3259      +82     
+ Misses       1444     1375      -69     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sshin23 sshin23 requested a review from frapac March 6, 2024 23:31
Copy link
Collaborator

@frapac frapac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am impressed by how few changes are required to make QuadMath works within MadNLP. Good job!

I just have one comment, but the PR looks good to merge.

lib/MadNLPTests/src/Instances/hs15.jl Outdated Show resolved Hide resolved
src/LinearSolvers/cholmod.jl Show resolved Hide resolved
@sshin23 sshin23 merged commit 6198b24 into master Mar 7, 2024
7 checks passed
@frapac frapac deleted the ss/ldl branch April 10, 2024 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants