PACE Solver Description: twin_width_fmi
David Balaban, Adrian Micl\u{a}u\c{s}

TL;DR
This paper introduces exttt{twin extunderscore width extunderscore fmi}, a solver for the PACE 2025 Minimum Dominating Set challenge, combining greedy heuristics, local search, and iterative pruning to produce effective solutions.
Contribution
It presents a novel hybrid heuristic approach, exttt{hedom5}, that integrates greedy construction, pruning, and local improvement for the Minimum Dominating Set problem.
Findings
exttt{hedom5} outperforms baseline heuristics.
The approach effectively reduces dominating set size.
The solver is competitive in the PACE 2025 challenge.
Abstract
In this paper we present \texttt{twin\_width\_fmi}'s solver for the heuristic track of PACE's 2025 competition on Minimum Dominating Set. As a baseline, we implement \texttt{greedy-ln}, a standard greedy dominating-set heuristic that repeatedly selects the vertex that newly dominates the largest number of currently undominated vertices. We then use this greedy solution as the starting point for a simulated annealing local search: we attempt vertex removals and exchanges and accept worsening moves with decaying probability, in order to escape local minima while preserving domination. Our best-performing component, which we ultimately submitted, is \texttt{hedom5}. The design of \texttt{hedom5} is inspired by recent iterative-greedy style domination heuristics~\cite{IterativeGreedy22} that alternate between constructive steps, pruning, and focused repair rather than relying on a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGame Theory and Voting Systems · Complexity and Algorithms in Graphs · Advanced Graph Theory Research
