🤖 AI Summary
This work investigates whether the shortest $s$-$t$ path problem exhibits the Overlap-Gap Property (OGP) in sparse random graphs and in complete graphs with i.i.d. exponential edge weights, and how OGP relates to computational hardness. Using tools from random graph theory, polynomial estimator analysis, and uniform sampling algorithm design, we establish—contrary to expectation—that although OGP holds for this problem, it does not imply average-case computational intractability. Our key contributions are: (i) the construction of an $O(log n)$-degree polynomial estimator that exactly computes the shortest $s$-$t$ path, and (ii) a polynomial-time algorithm for uniform approximate sampling of shortest paths. This is the first demonstration, in a non-algebraic average-case optimization setting, that OGP does not entail algorithmic hardness—thereby challenging the prevailing view of OGP as a universal computational barrier.
📝 Abstract
We show that the shortest $s$-$t$ path problem has the overlap-gap property in (i) sparse $mathbf{G}(n,p)$ graphs and (ii) complete graphs with i.i.d. Exponential edge weights. Furthermore, we demonstrate that in sparse $mathbf{G}(n,p)$ graphs, shortest path is solved by $O(log n)$-degree polynomial estimators, and a uniform approximate shortest path can be sampled in polynomial time. This constitutes the first example in which the overlap-gap property is not predictive of algorithmic intractability for a (non-algebraic) average-case optimization problem.