SAT-Based Techniques for Lexicographically Smallest Finite Models
Abstract
This paper proposes SAT-based techniques to calculate a specific normal form of a given finite mathematical structure (model). The normal form is obtained by permuting the domain elements so that the representation of the structure is lexicographically smallest possible. Such a normal form is of interest to mathematicians as it enables easy cataloging of algebraic structures. In particular, two structures are isomorphic precisely when their normal forms are the same. This form is also natural to inspect as mathematicians have been using it routinely for many decades. We develop a novel approach where a SAT solver is used in a black-box fashion to compute the smallest representative. The approach constructs the representative gradually and searches the space of possible isomorphisms, requiring a small number of variables. However, the approach may lead to a large number of SAT calls and therefore we devise propagation techniques to reduce this number. The paper focuses on finite structures with a single binary operation (encompassing groups, semigroups, etc.). However, the approach is generalizable to arbitrary finite structures. We provide an implementation of the proposed algorithm and evaluate it on a variety of algebraic structures.
Cite
Text
Janota et al. "SAT-Based Techniques for Lexicographically Smallest Finite Models." AAAI Conference on Artificial Intelligence, 2024. doi:10.1609/AAAI.V38I8.28643Markdown
[Janota et al. "SAT-Based Techniques for Lexicographically Smallest Finite Models." AAAI Conference on Artificial Intelligence, 2024.](https://mlanthology.org/aaai/2024/janota2024aaai-sat/) doi:10.1609/AAAI.V38I8.28643BibTeX
@inproceedings{janota2024aaai-sat,
title = {{SAT-Based Techniques for Lexicographically Smallest Finite Models}},
author = {Janota, Mikolás and Chow, Choiwah and Araújo, João and Codish, Michael and Vojtechovský, Petr},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2024},
pages = {8048-8056},
doi = {10.1609/AAAI.V38I8.28643},
url = {https://mlanthology.org/aaai/2024/janota2024aaai-sat/}
}