Homomorphisms and Embeddings of STRIPS Planning Models
Arnaud Lequen, Martin C. Cooper, Frédéric Maris
TL;DR
The paper studies formal relationships between STRIPS planning models through homomorphisms, introducing SI (STRIPS Isomorphism) and proving it is $GI$-complete, with quasi-polynomial-time theoretical solvability. It then defines SSI and SSI-H (subinstance homomorphisms) as well as SE (embedding), proving their decision problems are $NP$-complete and providing algorithms to find mappings when they exist. The core contribution is a unified, SAT-based approach augmented by constraint-propagation preprocessing that can efficiently detect subinstance isomorphisms and embeddings, supported by extensive experiments showing preprocessing substantially speeds up SAT solving and improves coverage on benchmark domains. The work highlights practical benefits for plan compilation, unsolvability certification, and potential macro-operator learning, while connecting the theory to symmetry considerations and abstractions in planning.
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 $P$ and a sub-instance of another instance $P_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 $P_0$. We also introduce the notion of embedding from an instance $P$ to another instance $P_0$, which allows us to deduce that $P_0$ has no solution-plan if $P$ 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.
