@inproceedings{06d793a02d6544c8a3a6dd50c1407812,
title = "Automatically improving SAT encoding of constraint problems through common subexpression elimination in Savile Row",
abstract = "The formulation of a Propositional Satisfiability (SAT) problem instance is vital to efficient solving. This has motivated research on preprocessing, and inprocessing techniques where reformulation of a SAT instance is interleaved with solving. Preprocessing and inprocessing are highly effective in extending the reach of SAT solvers, however they necessarily operate on the lowest level representation of the problem, the raw SAT clauses, where higher-level patterns are difficult and/or costly to identify. Our approach is different: rather than reformulate the SAT representation directly, we apply automated reformulations to a higher level representation (a constraint model) of the original problem. Common Subexpression Elimination (CSE) is a family of techniques to improve automatically the formulation of constraint satisfaction problems, which are often highly beneficial when using a conventional constraint solver. In this work we demonstrate that CSE has similar benefits when the reformulated constraint model is encoded to SAT and solved using a state-of-the-art SAT solver. In some cases we observe speed improvements of over 100 times.",
author = "Peter Nightingale and Patrick Spracklen and Miguel, {Ian James}",
year = "2015",
month = oct,
day = "1",
doi = "10.1007/978-3-319-23219-5_23",
language = "English",
isbn = "978-3-319-23218-8",
volume = "9255",
series = "Lecture Notes in Computer Science",
publisher = "Springer",
pages = "330--340",
editor = "Gilles Pesant",
booktitle = "Principles and Practice of Constraint Programming",
address = "Germany",
}