The Probabilistic Profitable Tour Problem under a specific graph structure
Enrico Angelelli, Renata Mansini, Romeo Rizzi

TL;DR
This paper introduces the Probabilistic Profitable Tour Problem (PPTP), a variant of the TSP considering customer appearance probabilities, and provides a polynomial-time solution for the case where customers are on a line.
Contribution
It formulates the PPTP, analyzes its complexity, and offers a polynomial-time algorithm for the line-structured case, extending the classical PTP to probabilistic scenarios.
Findings
PPTP generalizes the Profitable Tour Problem to probabilistic customer appearances.
The problem is NP-hard in general but solvable in polynomial time on line graphs.
A polynomial-time algorithm for the line case characterizes optimal solutions.
Abstract
Among the most important variants of the traveling salesman problem (TSP) are those relaxing the constraint that every locus should necessarily get visited, rather taking into account a revenue (prize) for visiting customers. In the Profitable Tour Problem (PTP), we seek for a tour visiting a subset of customers while maximizing net gain (profit) as difference between total revenue collected from visited customers and incurred traveling costs. The metric TSP can be modeled as a PTP with large revenues. As such, PTP is well-known to be NP-hard and also APX-hardness follows. Nevertheless, PTP is solvable in polynomial time on particular graph structures like lines, trees and circles. Following recent emphasis on robust optimization, and motivated by current flourishing of retail delivery services, we study the Probabilistic Profitable Tour Problem (PPTP), the generalization of PTP where…
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 · Facility Location and Emergency Management · Transportation Planning and Optimization
