Learning to Break Symmetries for Efficient Optimization in Answer Set Programming

Abstract

The ability to efficiently solve hard combinatorial optimization problems is a key prerequisite to various applications of declarative programming paradigms. Symmetries in solution candidates pose a significant challenge to modern optimization algorithms since the enumeration of such candidates might substantially reduce their performance. This paper proposes a novel approach using Inductive Logic Programming (ILP) to lift symmetry-breaking constraints for optimization problems modeled in Answer Set Programming (ASP). Given an ASP encoding with optimization statements and a set of small representative instances, our method augments ground ASP programs with auxiliary normal rules enabling the identification of symmetries using existing tools, like SBASS. Then, the obtained symmetries are lifted to first-order constraints with ILP. We prove the correctness of our method and evaluate it on real-world optimization problems from the domain of automated configuration. Our experiments show significant improvements of optimization performance due to the learned first-order constraints.

Cite

Text

Tarzariol et al. "Learning to Break Symmetries for Efficient Optimization in Answer Set Programming." AAAI Conference on Artificial Intelligence, 2023. doi:10.1609/AAAI.V37I5.25804

Markdown

[Tarzariol et al. "Learning to Break Symmetries for Efficient Optimization in Answer Set Programming." AAAI Conference on Artificial Intelligence, 2023.](https://mlanthology.org/aaai/2023/tarzariol2023aaai-learning/) doi:10.1609/AAAI.V37I5.25804

BibTeX

@inproceedings{tarzariol2023aaai-learning,
  title     = {{Learning to Break Symmetries for Efficient Optimization in Answer Set Programming}},
  author    = {Tarzariol, Alice and Gebser, Martin and Schekotihin, Konstantin and Law, Mark},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2023},
  pages     = {6541-6549},
  doi       = {10.1609/AAAI.V37I5.25804},
  url       = {https://mlanthology.org/aaai/2023/tarzariol2023aaai-learning/}
}