Keywords: nra, smt, llms, gpu acceleration, gradient descent
TL;DR: By encoding Nonlinear Real Arithmetic Problems (NRA) as a function over reals, we can use gradient descent to find SAT instances. This can be sped up using GPUs and automated using LLMs.
Abstract: Solving quantifier-free non-linear real arithmetic (NRA) problems is a computationally hard task. To tackle this problem, prior work proposed a promising approach based on gradient descent. In this work, we extend their ideas and combine LLMs and GPU acceleration to obtain an efficient technique. We have implemented our findings in the novel SMT solver GANRA (GPU Accelerated solving of Nonlinear Real Arithmetic problems). We evaluate GANRA on two different NRA benchmarks and demonstrate significant improvements over the previous state of the art. In particular, on the Sturm-MBO benchmark, we can prove satisfiability for more than five times as many instances in less than 1/20th of the previous state-of-the-art runtime.
Submission Number: 29
Loading