Special cases of the quadratic shortest path problem
Hao Hu, Renata Sotirov

TL;DR
This paper investigates special cases of the quadratic shortest path problem, providing complexity results, polynomial-time solutions for certain matrix types, and algorithms for linearizability on specific graph classes.
Contribution
It offers new proofs, characterizations, and algorithms for solving or simplifying the quadratic shortest path problem in special cases.
Findings
Adjacent QSPP on cyclic digraphs is hard to approximate.
QSPP with symmetric weak sum matrices reduces to shortest path.
QSPP with symmetric product matrices is solvable in polynomial time.
Abstract
The quadratic shortest path problem (QSPP) is \textcolor{black}{the problem of finding a path with prespecified start vertex and end vertex in a digraph} such that the sum of weights of arcs and the sum of interaction costs over all pairs of arcs on the path is minimized. We first consider a variant of the QSPP known as the adjacent QSPP. It was recently proven that the adjacent QSPP on cyclic digraphs cannot be approximated unless P=NP. Here, we give a simple proof for the same result. We also show that if the quadratic cost matrix is a symmetric weak sum matrix \textcolor{black}{ and all - paths have the same length,} then an optimal solution for the QSPP can be obtained by solving the corresponding instance of the shortest path problem. Similarly, it is shown that the QSPP with a symmetric product cost matrix is solvable in polynomial time. Further, we provide…
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
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Optimization and Search Problems
