English

On the Min-Max Star Partitioning Number

Combinatorics 2024-08-15 v1

Abstract

In this paper, we introduce a novel star partitioning problem for simple connected graphs G=(V,E)G=(V,E). The goal is to find a partition of the edges into stars that minimizes the maximum number of stars a node is contained in while simultaneously satisfying node-specific capacities. We design and analyze an efficient polynomial time algorithm with a runtime of O(E2)\mathcal{O}(|E|^2) that determines an optimal partition. Moreover, we explicitly provide a closed form of an optimal value for some graph classes. We generalize our algorithm to find even an optimal star partition of linear hypergraphs, multigraphs, and graphs with self-loop. We use flow techniques to design an algorithm for the star partitioning problem with an improved runtime of O(log(Δ)Emin{V23,E12})\mathcal{O}(\log(\Delta) \cdot |E| \cdot \min\{|V|^{\frac{2}{3}},|E|^{\frac{1}{2}}\}), where Δ\Delta is maximum node degree in GG. In contrast to the unweighted setting, we show that a node-weighted decision variant of this problem is \texttt{strongly NP-complete} even without capacity constraints. Furthermore, we provide an extensive comparison to the problem of minimizing the minimum indegree satisfying node capacity constraints.

Keywords

Cite

@article{arxiv.2408.07370,
  title  = {On the Min-Max Star Partitioning Number},
  author = {Sarah Feldmann and Torben Schürenberg},
  journal= {arXiv preprint arXiv:2408.07370},
  year   = {2024}
}

Comments

19 pages, 7 figures, ALGOWIN 2024

R2 v1 2026-06-28T18:12:35.673Z