Skip to content

does proxqp optimize the case when objective matrix(H) is dense but inequality constraint matrix(C) is very sparse, #217

Closed Answered by jcarpent
pengfzhou asked this question in Q&A
Discussion options

You must be logged in to vote

If H is dense, it is thus better to use the dense backend. The sparse backend is still under development.
What is the size of your problems? Could you share an example?

also can proxqp deal with simple box bound efficiently if a problem only have box constraint

We can handle bound constraints as generic inequality constraints. Shortly, we will add explicit support for bound constraints for efficiency reasons.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jcarpent
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #216 on April 27, 2023 15:19.