Cubing for Tuning
Haoze Wu, Clark Barrett, Nina Narodytska
TL;DR
This work addresses the challenge of tuning high-level solver strategies for a single problem instance by learning online from the instance itself. It introduces taco, a general framework that extends cube-and-conquer with online strategy learning, comprising cubing, tuning, validation, and solving stages. Across SAT solving and neural network verification, taco yields consistent performance gains, discovers novel instance-specific strategies, and in many cases surpasses state-of-the-art baselines. The approach demonstrates the practical potential of per-instance, online configuration to boost challenging automated reasoning tasks and highlights directions for deeper integration and cloud-scale applications.
Abstract
We are exploring the problem of building an automated reasoning procedure that adaptively tunes the high-level solving strategy for a given problem. There are two main distinctive characteristics of our approach: tuning is performed solely online, unlike the common use of tuning as an offline process; and tuning data comes exclusively from the given instance, so we do not rely on the availability of similar benchmarks and can work with unique challenging instances. Our approach builds on top of the divide-and-conquer paradigm that naturally serves partitioned sub-problems for an automated tuning algorithm to obtain a good solving strategy. We demonstrate performance improvement on two classes of important problems--SAT-solving and neural network verification--and show that our method can learn unconventional solving strategies in some cases.
