Efficient Volume Computation for SMT Formulas
By: Arijit Shaw, Uddalok Sarkar, Kuldeep S. Meel
Potential Business Impact:
Measures how much space a math problem's answers fill.
Satisfiability Modulo Theory (SMT) has recently emerged as a powerful tool for solving various automated reasoning problems across diverse domains. Unlike traditional satisfiability methods confined to Boolean variables, SMT can reason on real-life variables like bitvectors, integers, and reals. A natural extension in this context is to ask quantitative questions. One such query in the SMT theory of Linear Real Arithmetic (LRA) is computing the volume of the entire satisfiable region defined by SMT formulas. This problem is important in solving different quantitative verification queries in software verification, cyber-physical systems, and neural networks, to mention a few. We introduce ttc, an efficient algorithm that extends the capabilities of SMT solvers to volume computation. Our method decomposes the solution space of SMT Linear Real Arithmetic formulas into a union of overlapping convex polytopes, then computes their volumes and calculates their union. Our algorithm builds on recent developments in streaming-mode set unions, volume computation algorithms, and AllSAT techniques. Experimental evaluations demonstrate significant performance improvements over existing state-of-the-art approaches.
Similar Papers
Towards Learning Infinite SMT Models (Work in Progress)
Logic in Computer Science
Finds patterns in math problems for computers.
SMT and Functional Equation Solving over the Reals: Challenges from the IMO
Logic in Computer Science
Lets computers solve hard math competition problems.
Satisfiability Modulo Theory Meets Inductive Logic Programming
Artificial Intelligence
Learns rules with numbers and words.