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

warm start for OSQP solver #3491

Open
Crionte opened this issue Dec 5, 2023 · 0 comments
Open

warm start for OSQP solver #3491

Crionte opened this issue Dec 5, 2023 · 0 comments

Comments

@Crionte
Copy link

Crionte commented Dec 5, 2023

I'm trying to use CasADi to solve an MPC problem (Data driven MPC) using qpsol and OSQP as solver. I've noticed that the warm_start option in OSQP remains false, even if I set warm_start_primal and warm_start_dual to true in the options passed to qpsol. I also tried to set as option "osqp.warm_starting" to true but in that case CasADi gives back an error about un unrecognized osqp interface when trying to create the solver. How can I solve this problem?

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