Classifying Tractable Instances of the Generalized Cable-Trench Problem
Mya Davis, Carl Hammarsten, Siddarth Menon, Maria Pasaylo, Dane Sheridan
TL;DR
The paper tackles the generalized cable-trench problem, combining MST costs with respect to one edge-weight and SPT costs with respect to another, and proves NP-hardness in general while developing tractable frameworks for structured graphs. It introduces the wedge operation and leverages cycle and theta-graph decompositions to propagate local cable-trench solutions into global ones, aided by the notions of strength indices and breaking edges. Specifically, cactus graphs and theta-graphs are shown to be tractable via precomputation of strengths and systematic wedging, enabling polynomial-time assembly of global solutions. The work highlights the delicate balance between graph structure and tractability, discusses inductive strategies for broader classes, and identifies inherent limits where exponential spanning-tree counts impede efficient solution retrieval, providing open questions for extending strength-based methods.
Abstract
Given a graph $G$ rooted at a vertex $r$ and weight functions, $γ, τ: E(G) \rightarrow \mathbb{R}$, the generalized cable-trench problem (CTP) is to find a single spanning tree that simultaneously minimizes the sum of the total edge cost with respect to $τ$ and the single-source shortest paths cost with respect to $γ$. Although this problem is provably $NP$-complete in the general case, we examine certain tractable instances involving various graph constructions of trees and cycles, along with quantities associated to edges and vertices that arise out of these constructions. We show that given a graph in which all cycles are edge disjoint, there exists a fast method to determine a cable-trench solution. Further, we examine properties of graphs which contribute to the general intractability of the CTP and present some open questions in this direction.
