Practical Algorithms for Linear Boolean-width
Chiel B. Ten Brinke, Frank J. P. van Houten, and Hans L. Bodlaender

TL;DR
This paper introduces new algorithms and heuristics for computing linear boolean decompositions, demonstrating significant runtime improvements and effective applications to vertex subset problems through experimental evaluation.
Contribution
It presents novel exact algorithms and heuristics for linear boolean decompositions, with extensive experimental validation showing improved efficiency and practical utility.
Findings
Significant reduction in running time without increasing decomposition width
Dynamic programming algorithms are often much faster than worst-case bounds
Effective application of algorithms to vertex subset problems
Abstract
In this paper, we give a number of new exact algorithms and heuristics to compute linear boolean decompositions, and experimentally evaluate these algorithms. The experimental evaluation shows that significant improvements can be made with respect to running time without increasing the width of the generated decompositions. We also evaluated dynamic programming algorithms on linear boolean decompositions for several vertex subset problems. This evaluation shows that such algorithms are often much faster (up to several orders of magnitude) compared to theoretical worst case bounds.
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
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Graph Labeling and Dimension Problems
