A Polynomial-time Algorithm to Solve the Airplane Refueling Problem: the Sequential Search Algorithm
Jinchuan Cui, Xiaoya Li

TL;DR
This paper introduces a polynomial-time algorithm for the airplane refueling problem, leveraging the concept of sequential feasible solutions to efficiently find the optimal refueling policy.
Contribution
The paper defines sequential feasible solutions and proves the optimal solution is among them, leading to a polynomial-time sequential search algorithm for the problem.
Findings
The number of sequential feasible solutions grows polynomially after a certain input size.
The sequential search algorithm efficiently finds the optimal solution in polynomial time.
A computability scheme predicts the algorithm's complexity for any given instance.
Abstract
Airplane refueling problem is a nonlinear unconstrained optimization problem with feasible solutions. Given a fleet of airplanes with mid-air refueling technique, the question is to find the best refueling policy to make the last remaining airplane travel the farthest. In order to solve airplane refueling problem, we proposed the definition of sequential feasible solution by employing the refueling properties of data structure. We proved that if an airplane refueling instance has feasible solutions, it must have sequential feasible solutions; and the optimal feasible solution must be the optimal sequential feasible solution. So we need to numerate all the sequential feasible solutions to get an exact algorithm. We proposed the sequential search algorithm which consists of two steps, the first step of which aims to seek out all of the sequential feasible solutions, and the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAerospace Engineering and Control Systems · Optimization and Search Problems
