English

Enumeration of Minimal Hitting Sets Parameterized by Treewidth

Databases 2025-01-28 v2 Data Structures and Algorithms

Abstract

Enumerating the minimal hitting sets of a hypergraph is a problem which arises in many data management applications that include constraint mining, discovering unique column combinations, and enumerating database repairs. Previously, Eiter et al. showed that the minimal hitting sets of an nn-vertex hypergraph, with treewidth ww, can be enumerated with delay O(nw)O^*(n^{w}) (ignoring polynomial factors), with space requirements that scale with the output size. We improve this to fixed-parameter-linear delay, following an FPT preprocessing phase. The memory consumption of our algorithm is exponential with respect to the treewidth of the hypergraph.

Keywords

Cite

@article{arxiv.2408.15776,
  title  = {Enumeration of Minimal Hitting Sets Parameterized by Treewidth},
  author = {Batya Kenig and Dan Shlomo Mizrahi},
  journal= {arXiv preprint arXiv:2408.15776},
  year   = {2025}
}

Comments

To appear in ICDT 2025

R2 v1 2026-06-28T18:26:33.130Z