parSAT: Parallel Solving of Floating-Point Satisfiability
By: Markus Krahl, Matthias Güdemann, Stefan Wallentowitz
Potential Business Impact:
Makes computers check math problems faster.
Satisfiability-based verification techniques, leveraging modern Boolean satisfiability (SAT) and Satisfiability Modulo Theories (SMT) solvers, have demonstrated efficacy in addressing practical problem instances within program analysis. However, current SMT solver implementations often encounter limitations when addressing non-linear arithmetic problems, particularly those involving floating point (FP) operations. This poses a significant challenge for safety critical applications, where accurate and reliable calculations based on FP numbers and elementary mathematical functions are essential. This paper shows how an alternative formulation of the satisfiability problem for FP calculations allows for exploiting parallelism for FP constraint solving. By combining global optimization approaches with parallel execution on modern multi-core CPUs, we construct a portfolio-based semi-decision procedure specifically tailored to handle FP arithmetic. We demonstrate the potential of this approach to complement conventional methods through the evaluation of various benchmarks.
Similar Papers
Scalable Floating-Point Satisfiability via Staged Optimization
Programming Languages
Solves hard math problems faster and more accurately.
Evaluating SAT and SMT Solvers on Large-Scale Sudoku Puzzles
Artificial Intelligence
Solvers solve hard puzzles much faster.
High-Throughput SAT Sampling
Artificial Intelligence
Finds answers to hard computer puzzles much faster.