SEM: A System for Enumerating Models

Abstract

Model generation can be regarded as a special case of the Constraint Satisfaction Problem (CSP). It has many applications in AI, computer science and mathematics. In this paper, we describe SEM, a System for Enumerating finite Models of first-order many-sorted theories. To the best of our knowledge, SEM outperforms any other finite model generation system on many test problems. The high performance of SEM relies on the following two techniques: (a) an efficient implementation of constraint propagation which requires little dynamic allocation of storage; (b) a powerful heuristic which eliminates many isomorphic partial models during the search. We will present the basic algorithm of SEM along with these two techniques. Our experimental results show that general purpose finite model generators are indeed useful in many applications. 1

Cite

Text

Zhang and Zhang. "SEM: A System for Enumerating Models." International Joint Conference on Artificial Intelligence, 1995.

Markdown

[Zhang and Zhang. "SEM: A System for Enumerating Models." International Joint Conference on Artificial Intelligence, 1995.](https://mlanthology.org/ijcai/1995/zhang1995ijcai-sem/)

BibTeX

@inproceedings{zhang1995ijcai-sem,
  title     = {{SEM: A System for Enumerating Models}},
  author    = {Zhang, Jian and Zhang, Hantao},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {1995},
  pages     = {298-303},
  url       = {https://mlanthology.org/ijcai/1995/zhang1995ijcai-sem/}
}