English

Homomorphisms and Embeddings of STRIPS Planning Models

Artificial Intelligence 2024-06-25 v1

Abstract

Determining whether two STRIPS planning instances are isomorphic is the simplest form of comparison between planning instances. It is also a particular case of the problem concerned with finding an isomorphism between a planning instance PP and a sub-instance of another instance P0P_0 . One application of such a mapping is to efficiently produce a compiled form containing all solutions to P from a compiled form containing all solutions to P0P_0. We also introduce the notion of embedding from an instance PP to another instance P0P_0, which allows us to deduce that P0P_0 has no solution-plan if PP is unsolvable. In this paper, we study the complexity of these problems. We show that the first is GI-complete, and can thus be solved, in theory, in quasi-polynomial time. While we prove the remaining problems to be NP-complete, we propose an algorithm to build an isomorphism, when possible. We report extensive experimental trials on benchmark problems which demonstrate conclusively that applying constraint propagation in preprocessing can greatly improve the efficiency of a SAT solver.

Keywords

Cite

@article{arxiv.2406.16555,
  title  = {Homomorphisms and Embeddings of STRIPS Planning Models},
  author = {Arnaud Lequen and Martin C. Cooper and Frédéric Maris},
  journal= {arXiv preprint arXiv:2406.16555},
  year   = {2024}
}