The n-vehicle exploration problem is NP-complete

Jinchuan Cui,Xiaoya Li
2024-05-12
Abstract:The $n$-vehicle exploration problem (NVEP) is a combinatorial search problem. Assuming the $n$ vehicles travel together, with some vehicles being used to refuel others, the NVEP tries to find a permutation of $n$ vehicles to make one of the vehicles travel the maximal distance, and at last all the vehicles return to the start point. NVEP has a fractional form of objective function, and its computational complexity of general case remains open. Given a directed graph $G$, it can be reduced in polynomial time to an instance of NVEP. We prove that $G$ has a hamiltonian path of total weight of $n$ if and only if the reduced NVEP instance has a feasible sequence of length at least $n$. Therefore we show that Hamiltonian path $\leq_P$ NVEP, and consequently prove that NVEP is NP-complete.
Computational Complexity
What problem does this paper attempt to address?