Minimum Spanning Tree Cycle Intersection Problem
Manuel Dubinsky, César Massri, Gabriel Taubin
TL;DR
The paper introduces the Minimum Spanning Tree Cycle Intersection (MSTCI) problem, framing it within cycle-basis theory and motivating an application to mesh deformation. It provides a complete analysis for complete graphs, proving that star spanning trees uniquely minimize the total cycle-intersection number, with a precise closed-form for star-tree intersections and a clear construction achieving the minimum. Extending to graphs that admit a star spanning tree, the authors derive closed formulas for star trees, show local optimality in the spanning-tree graph, and propose a conjecture that cap(T_s) ≤ cap(T) for all spanning trees T, along with reduction techniques to simplify potential counterexamples. Complementing the theoretical results, they conduct programmatic explorations (exhaustive for small graphs and random for larger graphs) that yield no counterexamples, supporting the conjecture and highlighting that MSTCI minimizers depend on embedding rather than intrinsic properties of the spanning trees.
Abstract
Consider a connected graph $G$ and let $T$ be a spanning tree of $G$. Every edge $e \in G-T$ induces a cycle in $T \cup \{e\}$. The intersection of two distinct such cycles is the set of edges of $T$ that belong to both cycles. We consider the problem of finding a spanning tree that has the least number of such non-empty intersections.
