AllSMT
Introduction
AllSMT (All-Solutions Satisfiability Modulo Theories) extends AllSAT to SMT formulas, aiming to enumerate all satisfying assignments of an SMT formula. This problem is fundamental in various applications, including:
Combinational iteration testing
Quantitative program analysis
Constrained test generation
Program synthesis
Formal verification
References
Masina, G., Spallita, G., Sebastiani, R. (2023). On CNF Conversion for Disjoint SAT Enumeration. SAT 2023.
Jin, H., Han, H., Somenzi, F. (2005). Efficient Conflict Analysis for Finding All Satisfying Assignments of a Boolean Circuit. TACAS 2005.
McMillan, K. L. (2002). Applying SAT Methods in Unbounded Symbolic Model Checking. CAV 2002.
Grumberg, O., Schuster, A., Yadgar, A. (2004). Memory Efficient All-Solutions SAT Solver and Its Application for Reachability Analysis. FMCAD 2004.
Li, B., Hsiao, M. S., Sheng, S. (2004). A Novel SAT All-Solutions Solver for Efficient Preimage Computation. DATE 2004.
Spallitta, G., Sebastiani, R., Biere, A. Disjoint Projected Enumeration for SAT and SMT without Blocking Clauses. GitHub Repository