Optimization Modulo Theories with Linear Rational Costs
Roberto Sebastiani, Silvia Tomasi

TL;DR
This paper introduces two procedures for extending SMT solvers to handle optimization of linear rational cost functions, filling a notable gap in automated reasoning and formal verification tools.
Contribution
The authors develop and implement two general methods for SMT-based optimization of linear rational costs, demonstrating their effectiveness through experimental evaluation.
Findings
The implementation in MathSAT is competitive with state-of-the-art LGDP tools.
The procedures often outperform existing tools on benchmark problems.
The approach shows strong potential for SMT-based optimization tasks.
Abstract
In the contexts of automated reasoning (AR) and formal verification (FV), 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, little work has been done to extend SMT to deal with optimization problems; in particular, we are not aware of any previous 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 the work described in this paper we start filling this gap. We present and discuss two general procedures for leveraging SMT to handle the minimization of linear rational cost functions, combining SMT with standard minimization techniques. We have…
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
TopicsFormal Methods in Verification · Logic, programming, and type systems · Logic, Reasoning, and Knowledge
