An Approximation Approach for Solving the Subpath Planning Problem
Masoud Safilian, S. Mehdi Tashakkori, Sepehr Eghbali and, Aliakbar Safilian

TL;DR
This paper introduces a new approximation algorithm for the subpath planning problem, providing guaranteed solution quality and improved efficiency over existing meta-heuristic methods.
Contribution
It presents a novel O(n^3) approximation algorithm with a fixed ratio bound of 2, addressing limitations of meta-heuristic approaches.
Findings
Algorithm guarantees a solution within twice the optimal cost.
Empirical results outperform state-of-the-art methods in accuracy and speed.
Formal proofs validate the algorithm's effectiveness.
Abstract
The subpath planning problem is a branch of the path planning problem, which has widespread applications in automated manufacturing process as well as vehicle and robot navigation. This problem is to find the shortest path or tour subject for travelling a set of given subpaths. The current approaches for dealing with the subpath planning problem are all based on meta-heuristic approaches. It is well-known that meta-heuristic based approaches have several deficiencies. To address them, we propose a novel approximation algorithm in the O(n^3) time complexity class, which guarantees to solve any subpath planning problem instance with the fixed ratio bound of 2. Also, the formal proofs of the claims, our empirical evaluation shows that our approximation method acts much better than a state-of-the-art method, both in result and execution time.
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
TopicsVehicle Routing Optimization Methods · Advanced Manufacturing and Logistics Optimization · Optimization and Packing Problems
