LOAIMay 12, 2020

Yet Another Comparison of SAT Encodings for the At-Most-K Constraint

arXiv:2005.06274v14 citations
Originality Synthesis-oriented
AI Analysis

This is an incremental comparison for researchers in combinatorial optimization and SAT solving.

The paper tackled the problem of comparing SAT encodings for the at-most-k constraint, finding that the binary-adder encoding performs astoundingly well in experiments.

The at-most-k constraint is ubiquitous in combinatorial problems, and numerous SAT encodings are available for the constraint. Prior experiments have shown the competitiveness of the sequential-counter encoding for k $>$ 1, and have excluded the parallel-counter encoding, which is more compact that the binary-adder encoding, from consideration due to its incapability of enforcing arc consistency through unit propagation. This paper presents an experiment that shows astounding performance of the binary-adder encoding for the at-most-k constraint.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes