Homomorphisms and Embeddings of STRIPS Planning Models
Arnaud Lequen, Martin C. Cooper, Fr\'ed\'eric Maris

TL;DR
This paper explores the complexity of isomorphism and embedding problems in STRIPS planning models, showing GI-completeness and NP-completeness results, and proposes algorithms with experimental validation for efficient problem solving.
Contribution
It introduces the notions of homomorphisms and embeddings for STRIPS models, analyzes their computational complexity, and presents algorithms with experimental results to improve SAT solver efficiency.
Findings
Isomorphism problem is GI-complete and solvable in quasi-polynomial time.
Embedding problem is NP-complete.
Preprocessing with constraint propagation enhances SAT solver performance.
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 and a sub-instance of another instance . 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 . We also introduce the notion of embedding from an instance to another instance , which allows us to deduce that has no solution-plan if 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.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplex Systems and Decision Making
