Solving the Probabilistic Profitable Tour Problem on a Tree
Enrico Angelelli, Renata Mansini, Romeo Rizzi
TL;DR
The paper investigates the Probabilistic Profitable Tour Problem on a tree (PPTP-T), where a priori a subset of customers is selected to guarantee service and daily profits depend on probabilistic requests. It introduces a tree-structured dynamic programming framework based on the sub-tree characteristic function $f^{({\\mathcal{A};I})}(x)$ and a matryoshka representation of optimal sets, enabling efficient combination of sub-tree solutions. A key technical contribution is showing that $f^{({\\mathcal{A};I})}(x)$ is monotone, convex, and piecewise linear with a nested optimal-set structure, which allows computing the global solution in $O(n^2)$ time. The resulting PPTP-Tree algorithm builds and merges sub-tree descriptions through Merge and SolveTree steps to produce the optimal a priori set and the corresponding expected profit, with broad potential applications in logistics and networked service delivery under uncertainty.
Abstract
The profitable tour problem (PTP) is a well-known NP-hard routing problem searching for a tour visiting a subset of customers while maximizing profit as the difference between total revenue collected and traveling costs. PTP is known to be solvable in polynomial time when special structures of the underlying graph are considered. However, the computational complexity of the corresponding probabilistic generalizations is still an open issue in many cases. In this paper, we analyze the probabilistic PTP where customers are located on a tree and need, with a known probability, for a service provision at a predefined prize. The problem objective is to select a priori a subset of customers with whom to commit the service so to maximize the expected profit. We provide a polynomial time algorithm computing the optimal solution in $O(n^2)$, where $n$ is the number of nodes in the tree.
