Quantifier Instantiations: To Mimic or To Revolt?
By: Jan Jakubův, Mikoláš Janota
Potential Business Impact:
Teaches computers to solve hard math problems faster.
Quantified formulas pose a significant challenge for Satisfiability Modulo Theories (SMT) solvers due to their inherent undecidability. Existing instantiation techniques, such as e-matching, syntax-guided, model-based, conflict-based, and enumerative methods, often complement each other. This paper introduces a novel instantiation approach that dynamically learns from these techniques during solving. By treating observed instantiations as samples from a latent language, we use probabilistic context-free grammars to generate new, similar terms. Our method not only mimics successful past instantiations but also explores diversity by optionally inverting learned term probabilities, aiming to balance exploitation and exploration in quantifier reasoning.
Similar Papers
Tunable Automation in Automated Program Verification
Software Engineering
Lets computers check code faster and better.
Solving Set Constraints with Comprehensions and Bounded Quantifiers
Logic in Computer Science
Makes computers solve tricky math problems faster.
SITA: A Framework for Structure-to-Instance Theorem Autoformalization
Artificial Intelligence
Helps computers prove math theorems automatically.