The Shortest Path Problem with Edge Information Reuse is NP-Complete
Jesper Larsson Tr\"aff

TL;DR
This paper proves that a variant of the shortest path problem, involving edge information reuse, is NP-complete, by reducing from 3SAT, highlighting its computational complexity.
Contribution
The paper introduces and proves NP-completeness of the edge information reuse shortest path problem, a novel variation of the classical shortest path problem.
Findings
The problem is NP-complete via reduction from 3SAT.
Edge information reuse affects shortest path computation complexity.
The problem involves counting edge weights with information reuse constraints.
Abstract
We show that the following variation of the single-source shortest path problem is NP-complete. Let a weighted, directed, acyclic graph with source and sink vertices and be given. Let in addition a mapping on be given that associates information with the edges (e.g., a pointer), such that means that edges and carry the same information; for such edges it is required that . The length of a simple path is the sum of the weights of the edges on but edges with are counted only once. The problem is to determine a shortest such path. We call this problem the \emph{edge information reuse shortest path problem}. It is NP-complete by reduction from 3SAT.
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
TopicsComplexity and Algorithms in Graphs · Optimization and Search Problems · Machine Learning and Algorithms
