Optimization in SMT with LA(Q) Cost Functions
Roberto Sebastiani, Silvia Tomasi

TL;DR
This paper introduces two methods for integrating optimization of LA(Q) cost functions into SMT solving, implemented in MathSAT, and demonstrates competitive performance against specialized optimization tools.
Contribution
It presents the first procedures to enable SMT solvers to minimize LA(Q) cost functions, filling a significant gap in the field.
Findings
The approach is implemented in MathSAT.
Experimental results show competitiveness with state-of-the-art optimization tools.
The methods often outperform existing tools on benchmark problems.
Abstract
In the contexts of automated reasoning and formal verification, important decision problems are effectively encoded into Satisfiability Modulo Theories (SMT). In the last decade efficient SMT solvers have been developed for several theories of practical interest (e.g., linear arithmetic, arrays, bit-vectors). Surprisingly, very few work has been done to extend SMT to deal with optimization problems; in particular, we are not aware of any work on SMT solvers able to produce solutions which minimize cost functions over arithmetical variables. This is unfortunate, since some problems of interest require this functionality. In this paper we start filling this gap. We present and discuss two general procedures for leveraging SMT to handle the minimization of LA(Q) cost functions, combining SMT with standard minimization techniques. We have implemented the proposed approach within the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsConstraint Satisfaction and Optimization · Formal Methods in Verification · Scheduling and Optimization Algorithms
