Automatic Core-Guided Reformulation via Constraint Explanation and Condition Learning
Abstract
SAT and propagation solvers often underperform for optimisation models whose objective sums many single-variable terms. MaxSAT solvers avoid this by detecting and exploiting cores: subsets of these terms that cannot collectively take their lower bounds. Previous work has shown manual analysis of cores can help define model reformulations likely to speed up solving for many model instances. This paper presents a method to automate this process. For each selected core the method identifies the instance constraints that caused it; infers the model constraints and parameters that explain how these instance constraints were formed; and learns the conditions that made those model constraint instances generate cores, while others did not. It then uses this information to reformulate the objective. The empirical evaluation shows this method can produce useful reformulations. Importantly, the method can be useful in many other situations that require explaining a set of constraints.
Cite
Text
Leo et al. "Automatic Core-Guided Reformulation via Constraint Explanation and Condition Learning." AAAI Conference on Artificial Intelligence, 2024. doi:10.1609/AAAI.V38I8.28645Markdown
[Leo et al. "Automatic Core-Guided Reformulation via Constraint Explanation and Condition Learning." AAAI Conference on Artificial Intelligence, 2024.](https://mlanthology.org/aaai/2024/leo2024aaai-automatic/) doi:10.1609/AAAI.V38I8.28645BibTeX
@inproceedings{leo2024aaai-automatic,
title = {{Automatic Core-Guided Reformulation via Constraint Explanation and Condition Learning}},
author = {Leo, Kevin and Gange, Graeme and de la Banda, Maria Garcia and Wallace, Mark},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2024},
pages = {8065-8072},
doi = {10.1609/AAAI.V38I8.28645},
url = {https://mlanthology.org/aaai/2024/leo2024aaai-automatic/}
}