AILOOct 27, 2021

An Experimental Study of Permanently Stored Learned Clauses

arXiv:2110.14187v11 citations
Originality Synthesis-oriented
AI Analysis

This work addresses incremental improvements in clause deletion heuristics for SAT solvers, which are important for automated reasoning and verification tasks.

The study investigated the impact of permanently storing learned clauses in the MapleLCMDistChronoBT SAT solver, finding that saving clauses up to size 8 and adding high-centrality clauses improved performance.

Modern CDCL SAT solvers learn clauses rapidly, and an important heuristic is the clause deletion scheme. Most current solvers have two (or more) stores of clauses. One has ``valuable'' clauses which are never deleted. Most learned clauses are added to the other, with an aggressive deletion strategy to restrict its size. Recent solvers in the MapleSAT family, have comparatively complex deletion scheme, and perform well. Many solvers store only binary clauses permanently, but MapleLCMDistChronoBT stores clauses with small LBD permanently. We report an experimental study of the permanent clause store in MapleLCMDistChronoBT. We observe that this store can get quite large, but several methods for limiting its size reduced performance. We also show that alternate size and LBD based criteria improve performance, while still having large permanent stores. In particular, saving clauses up to size 8, and adding small numbers of high-centrality clauses, both improved performance, with the best improvement using both methods.

Foundations

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

Your Notes