I see in the OSQPSettings struct:
time_limit : maximum seconds allowed to solve
max_iter: maximum iterations
But how can I stop calculation before the maximum number of iterations or time is reached ?
Is there any functions like osqp_cacel() or osqp_stop() ?