A parallel algorithm for the odd two-face shortest k-disjoint path problem
Srijan Chakraborty, Samir Datta
TL;DR
This work addresses the Odd Two-Face planar SDPP, where $2k$ terminals are split across two faces with odd counts per face, by developing a parallel, randomized $NC^2$ algorithm. The method encodes path configurations via permanents modulo a power of two and reduces the resulting linear system to a triangular form using two involutions, interpreting the system as a DAG to prove invertibility. The key contributions include a fully parallelizable solution for the two-face odd case and an $NC^2$ algorithm for the generalized $(A+B,q)$-SDPP, extending prior one-face and two-face planar results. The approach blends algebraic generating-function techniques with combinatorial cancellations, enabling efficient computation and providing new insights into the structure of disjoint-path problems on planar graphs.
Abstract
The shortest Disjoint Path problem (SDPP) requires us to find pairwise vertex disjoint paths between k designated pairs of terminal vertices such that the sum of the path lengths is minimum. The focus here is on SDPP restricted to planar graphs where all terminals are arbitrarily partitioned over two distinct faces with the additional restriction that each face is required to contain an odd number of terminals. We call this problem the Odd two-face planar SDPP. It is shown that this problem is solvable in randomized polynomial time and even in RNC. This is the first parallel (or even polynomial time) solution for the problem. Our algorithm combines ideas from the randomized solution for 2-SDPP by Björklund and Huslfeldt with its parallelization by Datta and Jaiswal along with the deterministic algorithm for One-face planar SDPP by Datta, Iyer, Kulkarni and Mukherjee. The proof uses a combination of two involutions to reduce a system of linear equations modulo a power of 2 to a system of triangular form that is, therefore, invertible. This, in turn, is proved by showing that the matrix of the equations, can be interpreted as (the adjacency matrix of) a directed acyclic graph (DAG). While our algorithm is primarily algebraic the proof remains combinatorial. We also give a parallel algorithm for the (A + B)-SDPP introduced by Hirai and Namba.
