Table of Contents
Fetching ...

Efficient Constant-Factor Approximate Enumeration of Minimal Subsets for Monotone Properties with Weight Constraints

Yasuaki Kobayashi, Kazuhiro Kurita, Kunihiro Wasa

TL;DR

The paper introduces the notion of approximate enumeration for minimal subsets satisfying a monotone property under a weight constraint, framed via a supergraph strategy that uses seed solutions and input-restricted subproblems to achieve constant-factor, output-sensitive enumeration. It presents two general frameworks that yield polynomial-delay (and sometimes incremental-polynomial-time) algorithms for a broad class of problems, including Vertex Cover, bounded-degree vertex deletions, $d$-Hitting Set, Star Forest Edge Deletion, and Dominating Set in bounded-degree graphs, with approximation factors that depend on the framework and subroutines. Beyond these frameworks, the authors provide polynomial-delay constant-factor approximate enumerations for Minimal Edge Dominating Sets and Minimal Steiner Subgraphs, addressing non-CK properties with problem-specific neighborhood constructions. The results offer a practical means to enumerate multiple small, near-optimal solutions rather than a single optimal one, with potential benefits for applications where exact objectives are ambiguous or hard to model. Overall, the work broadens the toolkit for output-sensitive enumeration under weight constraints across a range of monotone properties and graph problems, integrating MSO/Courcelle techniques, IRP subproblems, and tailored neighborhood strategies.

Abstract

A property $Π$ on a finite set $U$ is \emph{monotone} if for every $X \subseteq U$ satisfying $Π$, every superset $Y \subseteq U$ of $X$ also satisfies $Π$. Many combinatorial properties can be seen as monotone properties. The problem of finding a minimum subset of $U$ satisfying $Π$ is a central problem in combinatorial optimization. Although many approximate/exact algorithms have been developed to solve this kind of problem on numerous properties, a solution obtained by these algorithms is often unsuitable for real-world applications due to the difficulty of building accurate mathematical models on real-world problems. A promising approach to overcome this difficulty is to \emph{enumerate} multiple small solutions rather than to \emph{find} a single small solution. To this end, given a weight function $w: U \to \mathbb N$ and an integer $k$, we devise algorithms that \emph{approximately} enumerate all minimal subsets of $U$ with weight at most $k$ satisfying $Π$ for various monotone properties $Π$, where "approximate enumeration" means that algorithms output all minimal subsets satisfying $Π$ whose weight at most $k$ and may output some minimal subsets satisfying $Π$ whose weight exceeds $k$ but is at most $ck$ for some constant $c \ge 1$. These algorithms allow us to efficiently enumerate minimal vertex covers, minimal dominating sets in bounded degree graphs, minimal feedback vertex sets, minimal hitting sets in bounded rank hypergraphs, etc., of weight at most $k$ with constant approximation factors.

Efficient Constant-Factor Approximate Enumeration of Minimal Subsets for Monotone Properties with Weight Constraints

TL;DR

The paper introduces the notion of approximate enumeration for minimal subsets satisfying a monotone property under a weight constraint, framed via a supergraph strategy that uses seed solutions and input-restricted subproblems to achieve constant-factor, output-sensitive enumeration. It presents two general frameworks that yield polynomial-delay (and sometimes incremental-polynomial-time) algorithms for a broad class of problems, including Vertex Cover, bounded-degree vertex deletions, -Hitting Set, Star Forest Edge Deletion, and Dominating Set in bounded-degree graphs, with approximation factors that depend on the framework and subroutines. Beyond these frameworks, the authors provide polynomial-delay constant-factor approximate enumerations for Minimal Edge Dominating Sets and Minimal Steiner Subgraphs, addressing non-CK properties with problem-specific neighborhood constructions. The results offer a practical means to enumerate multiple small, near-optimal solutions rather than a single optimal one, with potential benefits for applications where exact objectives are ambiguous or hard to model. Overall, the work broadens the toolkit for output-sensitive enumeration under weight constraints across a range of monotone properties and graph problems, integrating MSO/Courcelle techniques, IRP subproblems, and tailored neighborhood strategies.

Abstract

A property on a finite set is \emph{monotone} if for every satisfying , every superset of also satisfies . Many combinatorial properties can be seen as monotone properties. The problem of finding a minimum subset of satisfying is a central problem in combinatorial optimization. Although many approximate/exact algorithms have been developed to solve this kind of problem on numerous properties, a solution obtained by these algorithms is often unsuitable for real-world applications due to the difficulty of building accurate mathematical models on real-world problems. A promising approach to overcome this difficulty is to \emph{enumerate} multiple small solutions rather than to \emph{find} a single small solution. To this end, given a weight function and an integer , we devise algorithms that \emph{approximately} enumerate all minimal subsets of with weight at most satisfying for various monotone properties , where "approximate enumeration" means that algorithms output all minimal subsets satisfying whose weight at most and may output some minimal subsets satisfying whose weight exceeds but is at most for some constant . These algorithms allow us to efficiently enumerate minimal vertex covers, minimal dominating sets in bounded degree graphs, minimal feedback vertex sets, minimal hitting sets in bounded rank hypergraphs, etc., of weight at most with constant approximation factors.

Paper Structure

This paper contains 14 sections, 7 theorems, 12 equations, 2 figures, 1 table, 2 algorithms.

Key Result

proposition 1

Let $G = (V, E)$ be a graph. Let $\mathcal{C}$ be one of the following classes of graphs; complete graphs, graphs with no edges, cluster graphs, complete bipartite graphs, complete $p$-partite graphs for any positive integer $p$, complete split graphs, split graphs, pseudo-split graphs, threshold gr

Figures (2)

  • Figure 1: Example of an intractable case of the input-restricted problem. Thick lines indicate edges in $X$. There are at least $2^i$ minimal sets $Y$ such that $(X \setminus \{x\}) \cup Y$ is an edge dominating set of $G$ since we can take independently $z_{2j-1}$ or $z_{2j}$ for each $1 \le j \le i$. Note that $(X \setminus \{x\}) \cup Y$ needs not to be minimal.
  • Figure 2: A running example of \ref{['lem:path']}. Grey thick lines mean edges added to a current edge dominating set. Dotted lines mean edges removed from a current edge dominating set. We define $Z_0 = (X\setminus \{x\}) \cup \{\{w_3, w'_3\}, \{w_2, w_4\}, e\}$, where $W_{u,x,e}(X) = \{\{w_3, w'_3\}, \{w_2, w_4\}\}$ and $Z^*_0 = {\mu}(Z_0)$. Edges $W_{u,x,e}(X)$ dominate undominated edges of $\Gamma(v)$ by $X \setminus \{x\}$. $Z^*_1 = {\mu}(Z^*_0 \cup \{\{w_2, w'_2\}, \{w_4, w'_4\}\}\setminus \{\{w_2, w_4\}\})$ is the type-I neighbor with respect to $(\{w_2,w_4\},\{w_2,w'_2\},\{w_4,w'_4\})$. Then, we have $|Z^*_1 \cup Y| = 12 < 14 = |X \cup Y|$.

Theorems & Definitions (24)

  • proof
  • proof
  • proof
  • proof
  • proposition 1: DBLP:journals/jcss/CohenKS08DBLP:journals/corr/abs-2004-09885
  • proof
  • lemma 1
  • proof
  • Corollary 2
  • Corollary 3
  • ...and 14 more