Table of Contents
Fetching ...

Constructive Characterization and Recognition Algorithm for Grafts with a Connected Minimum Join

Nanano Kita

TL;DR

The paper provides a constructive characterization of grafts that admit a connected minimum join and an efficient algorithm to recognize them. It builds on distance-theoretic tools for grafts, notably Sebő's distance decomposition, and introduces the notion of rakes to capture the core structural components. The authors present a gluing-sum framework that combines a base graft with disjoint rakes to characterize all grafts with connected minimum joins, and they deliver a polynomial-time recognition algorithm that uses minimum $T$-joins and advanced distance computations to either output a connected minimum join or certify nonexistence. The results improve known time bounds and offer a practical route to compute connected minimum joins, with implications for Seymour's min-max formula and related packing problems in grafts.

Abstract

Minimum joins in a graft $(G, T)$, also known as minimum $T$-joins of a graph $G$, are said to be connected if they determine a connected subgraph of $G$. Grafts with a connected minimum join have gained interest ever since Middendorf and Pfeiffer showed that they satisfy Seymour's min-max formula for joins and $T$-cut packings; that is, in such grafts, the size of a minimum join is equal to the size of a maximum packing of $T$-cuts. In this paper, we provide a constructive characterization of grafts with a connected minimum join. We also obtain a polynomial time algorithm that decides whether a given graft has a connected minimum join and, if so, outputs one. Our algorithm has two bottlenecks; one is the time required to compute a minimum join of a graft, and the other is the time required to solve the single-source all-sink shortest path problem in a graph with conservative $\pm 1$-valued edge weights. Thus, our algorithm runs in $O(n(m + n\log n) )$ time. In the nondense case, it improves upon the time bound for this problem due to Sebő and Tannier that was introduced as an application of their results on metrics on graphs.

Constructive Characterization and Recognition Algorithm for Grafts with a Connected Minimum Join

TL;DR

The paper provides a constructive characterization of grafts that admit a connected minimum join and an efficient algorithm to recognize them. It builds on distance-theoretic tools for grafts, notably Sebő's distance decomposition, and introduces the notion of rakes to capture the core structural components. The authors present a gluing-sum framework that combines a base graft with disjoint rakes to characterize all grafts with connected minimum joins, and they deliver a polynomial-time recognition algorithm that uses minimum -joins and advanced distance computations to either output a connected minimum join or certify nonexistence. The results improve known time bounds and offer a practical route to compute connected minimum joins, with implications for Seymour's min-max formula and related packing problems in grafts.

Abstract

Minimum joins in a graft , also known as minimum -joins of a graph , are said to be connected if they determine a connected subgraph of . Grafts with a connected minimum join have gained interest ever since Middendorf and Pfeiffer showed that they satisfy Seymour's min-max formula for joins and -cut packings; that is, in such grafts, the size of a minimum join is equal to the size of a maximum packing of -cuts. In this paper, we provide a constructive characterization of grafts with a connected minimum join. We also obtain a polynomial time algorithm that decides whether a given graft has a connected minimum join and, if so, outputs one. Our algorithm has two bottlenecks; one is the time required to compute a minimum join of a graft, and the other is the time required to solve the single-source all-sink shortest path problem in a graph with conservative -valued edge weights. Thus, our algorithm runs in time. In the nondense case, it improves upon the time bound for this problem due to Sebő and Tannier that was introduced as an application of their results on metrics on graphs.

Paper Structure

This paper contains 18 sections, 22 theorems, 1 algorithm.

Key Result

Lemma 2.4

Let $(G, T)$ be a graft, and let $F$ be a join of $(G, T)$. Then, $F$ is a minimum join if and only if $w_F(C) \ge 0$ holds for every circuit $C$ of $(G, T)$.

Theorems & Definitions (65)

  • Definition 2.1
  • Definition 2.3
  • Lemma 2.4: see Sebő sebo1990
  • Definition 3.1
  • Proposition 3.3: Sebő sebo1990
  • Definition 3.4
  • Definition 3.6
  • Definition 3.7
  • Definition 3.8
  • Definition 3.9
  • ...and 55 more