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

[KKT] add two folders Sparse and Dense for KKT formulations #347

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

frapac
Copy link
Collaborator

@frapac frapac commented May 31, 2024

Comment on lines +25 to +27
function compress_jacobian!(kkt::AbstractDenseKKTSystem)
return
end
Copy link
Contributor

Choose a reason for hiding this comment

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

We already have compress_hessian!(kkt::AbstractKKTSystem) = nothing in src/KKT/KKTsystem.jl.

@amontoison
Copy link
Contributor

Thanks @frapac!

@amontoison
Copy link
Contributor

Good to be merged?

@frapac frapac marked this pull request as ready for review June 13, 2024 08:13
@frapac
Copy link
Collaborator Author

frapac commented Jun 13, 2024

Merging this PR as this is only cosmetic changes.

@frapac frapac merged commit 9bfd7c7 into master Jun 13, 2024
7 checks passed
@frapac frapac deleted the fp/refactoring_kkt branch June 13, 2024 08:13
amontoison pushed a commit to amontoison/MadNLP.jl that referenced this pull request Jul 5, 2024
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.

2 participants