English

Satisfiability Modulo Exponential Integer Arithmetic

Logic in Computer Science 2025-08-29 v4

Abstract

SMT solvers use sophisticated techniques for polynomial (linear or non-linear) integer arithmetic. In contrast, non-polynomial integer arithmetic has mostly been neglected so far. However, in the context of program verification, polynomials are often insufficient to capture the behavior of the analyzed system without resorting to approximations. In the last years, incremental linearization has been applied successfully to satisfiability modulo real arithmetic with transcendental functions. We adapt this approach to an extension of polynomial integer arithmetic with exponential functions. Here, the key challenge is to compute suitable lemmas that eliminate the current model from the search space if it violates the semantics of exponentiation. An empirical evaluation of our implementation shows that our approach is highly effective in practice.

Keywords

Cite

@article{arxiv.2402.01501,
  title  = {Satisfiability Modulo Exponential Integer Arithmetic},
  author = {Florian Frohn and Jürgen Giesl},
  journal= {arXiv preprint arXiv:2402.01501},
  year   = {2025}
}