An infeasible interior-point arc-search method with Nesterov's restarting strategy for linear programming problems
Einosuke Iida, Makoto Yamashita
TL;DR
The paper addresses efficient LP solving by fusing arc-search interior-point methods with Nesterov’s restarting strategy to inject momentum and accelerate convergence. It proposes two variants, including a Mehrotra-type arc-search, and proves convergence to an optimal solution with a polynomial-time bound ${O}(nL)$ in the central-path neighborhood ${\mathcal N}(\theta)$; a practical variant further improves execution time. The numerical results on Netlib LP instances show reduced iteration counts and CPU time, with the momentum-based variant outperforming the baseline arc-search and a line-search method. The approach offers a provably efficient and practically faster LP solver that can be extended to other conic problems and further refined with enhanced centrality strategies. Overall, the work advances interior-point methods by integrating momentum into the arc-based central-path tracing for robust, scalable optimization.
Abstract
An arc-search interior-point method is a type of interior-point methods that approximates the central path by an ellipsoidal arc, and it can often reduce the number of iterations. In this work, to further reduce the number of iterations and computation time for solving linear programming problems, we propose two arc-search interior-point methods using Nesterov's restarting strategy that is well-known method to accelerate the gradient method with a momentum term. The first one generates a sequence of iterations in the neighborhood, and we prove that the convergence of the generated sequence to an optimal solution and the computation complexity is polynomial time. The second one incorporates the concept of the Mehrotra-type interior-point method to improve numerical performance. The numerical experiments demonstrate that the second one reduced the number of iterations and computational time. In particular, the average number of iterations was reduced compared to existing interior-point methods due to the momentum term.
