Numerical solvers for MPC
Essentially QP solvers with some extra features for MPC:
warmstarting requires fesibility of the previous solution. If only a fixed number of iterations is allowed (in favor of predictable timing), for some methods the iterations may temporarily lose feasibility.
…