Orienteering (with Time Windows) on Restricted Graph Classes
Kevin Buchin, Mart Hagedoorn, Guangping Li, Carolin Rehs

TL;DR
This paper investigates the computational complexity and algorithms for the Orienteering Problem with time windows on restricted graph classes like paths, cycles, and trees, providing efficient solutions, approximations, and complexity results.
Contribution
It offers new polynomial-time algorithms and approximation schemes for orienteering with time windows on directed paths and cycles, and explores complexity on trees and bounded tree-width graphs.
Findings
Efficient algorithms for directed paths with time windows.
NP-hardness results for cycles and trees.
A polynomial-time approximation scheme for directed cycles.
Abstract
Given a graph with edge costs and vertex profits and given a budget B, the Orienteering Problem asks for a walk of cost at most B of maximum profit. Additionally, each profit may be given with a time window within it can be collected by the walk. While the Orienteering Problem and thus the version with time windows are NP-hard in general, it remains open on numerous special graph classes. Since in several applications, especially for planning a route from A to B with waypoints, the input graph can be restricted to tree-like or path-like structures, in this paper we consider orienteering on these graph classes. While the Orienteering Problem with time windows is NP-hard even on undirected paths and cycles, and remains so even if all profits must be collected, we show that for directed paths it can be solved efficiently, even if each profit can be collected in one of several 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
TopicsModel-Driven Software Engineering Techniques · Constraint Satisfaction and Optimization · Advanced Graph Theory Research
