Online Search Cost Estimation for SAT Solvers
Shai Haim, Toby Walsh

TL;DR
This paper introduces two novel online methods for estimating SAT solving costs, addressing challenges posed by modern solver features, and demonstrates their effectiveness in improving solver selection and performance prediction.
Contribution
It presents two new online cost estimation techniques for SAT solvers, one adapting existing algorithms and another using a trained linear model, to better predict search costs.
Findings
The linear model improves early restart predictions.
Cost estimates enable better solver portfolio selection.
Methods outperform baseline estimators on diverse problems.
Abstract
We present two different methods for estimating the cost of solving SAT problems. The methods focus on the online behaviour of the backtracking solver, as well as the structure of the problem. Modern SAT solvers present several challenges to estimate search cost including coping with nonchronological backtracking, learning and restarts. Our first method adapt an existing algorithm for estimating the size of a search tree to deal with these challenges. We then suggest a second method that uses a linear model trained on data gathered online at the start of search. We compare the effectiveness of these two methods using random and structured problems. We also demonstrate that predictions made in early restarts can be used to improve later predictions. We conclude by showing that the cost of solving a set of problems can be reduced by selecting a solver from a portfolio based on such cost…
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
TopicsConstraint Satisfaction and Optimization · Auction Theory and Applications · Formal Methods in Verification
