1: \begin{abstract} \small\baselineskip=9pt
2: Model predictive control (MPC) anticipates future events to take appropriate
3: control actions. Nonlinear MPC (NMPC) describes systems with nonlinear models
4: and/or constraints. A Continuation/GMRES Method for NMPC, suggested by T. Ohtsuka
5: in 2004, uses the GMRES iterative algorithm to solve a forward difference approximation
6: $Ax=b$ of the Continuation NMPC (CNMPC) equations on every time step. The coefficient matrix
7: $A$ of the linear system is often ill-conditioned, resulting in poor GMRES convergence,
8: slowing down the on-line computation of the control by CNMPC, and
9: reducing control quality. We adopt CNMPC for challenging minimum-time problems, and
10: improve performance by introducing efficient preconditioning, utilizing parallel computing,
11: and substituting MINRES for GMRES.
12: \end{abstract}