Stop a running solver #748
Replies: 2 comments 3 replies
-
|
Looking to the files iI see that there is the signal trap mechanism that maybe can be used. |
Beta Was this translation helpful? Give feedback.
-
|
We implemented a custom termination function in Example usage is here. Implementing something similar in OSQP would be straightforward. @bstellato @imciner2 what do you think? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I implement a program running several threads solving different QP problem. I want the first one ending to stop all the other solver. Is there a method to stop programmatically a osqp ongoing solver?
Thanks.
Marco
Beta Was this translation helpful? Give feedback.
All reactions