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

Feature request: change size of constraints without manually re-creating the solver #2

Open
traversaro opened this issue Nov 6, 2024 · 0 comments

Comments

@traversaro
Copy link
Contributor

As discussed with @GiulioRomualdi, it would be great to be able to change the size of the constraints without having to manually recreate the solver.

We could add the feature of automatically re-creating the solver under the hood if a user change the size of the constraints. As this feature is not supported by the underlying qp solvers, there still be a relative huge cost in recreating the solver instance, but the main advantage would be that there would be no need for the caller to manually set again all the settings.

On the qpsolvers-eigen side, we would just need to be able to save all the settings, to be able to set them again once the number of constraints change.

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

No branches or pull requests

1 participant