paper-with-me

홈 › Papers

Classical Planning as QBF without Grounding (extended version)

2021-06-18 · Irfansha Shaik, Jaco van de Pol

Most classical planners use grounding as a preprocessing step, reducing planning to propositional logic. However, grounding comes with a severe cost in memory, resulting in large encodings for SAT/QBF based planners. Despite the optimisations in SAT/QBF encodings such as action splitting, compact encodings and using parallel plans, the memory usage due to grounding remains a bottleneck when actions have many parameters, such as in the Organic Synthesis problems from the IPC 2018 planning competition (in its original non-split form). In this paper, we provide a compact QBF encoding that is logarithmic in the number of objects and avoids grounding completely by using universal quantification for object combinations. We compare the ungrounded QBF encoding with the simple SAT encoding and also show that we can solve some of the Organic Synthesis problems, which could not be handled before by any SAT/QBF based planners due to grounding.

📄 PDF Abstract BibTeX arXiv:2106.10138

Code (1)

irfansha/Q-Planner 공식 구현

Similar Papers 제목 키워드 기반

When both Grounding and not Grounding are Bad -- A Partially Grounded Encoding of Planning into SAT (Extended Version)

2026-03-19 · João Filipe, Gregor Behnke arxiv

Classical planning problems are typically defined using lifted first-order representations, which offer compactness and generality. While most planners ground these representations to simplify reasoning, this can cause a…

Planning as Goal Recognition: Deriving Heuristics from Intention Models -- Extended Version

2026-03-16 · Giacomo Rosa, Jean Honorio, Nir Lipovetzky, Sebastian Sardina arxiv

Classical planning aims to find a sequence of actions, a plan, that maps a starting state into one of the goal states. If a trajectory appears to be leading to the goal, should we prioritise exploring it? Seminal work in…

Towards Ontology-Mediated Planning with OWL DL Ontologies (Extended Version)

2023-08-16 · Tobias John, Patrick Koopmann

While classical planning languages make the closed-domain and closed-world assumption, there have been various approaches to extend those with DL reasoning, which is then interpreted under the usual open-world semantics.…

Generalized Planning as Heuristic Search: A new planning search-space that leverages pointers over objects

2023-01-26 · Javier Segovia-Aguas, Sergio Jiménez, Anders Jonsson

Planning as heuristic search is one of the most successful approaches to classical planning but unfortunately, it does not extend trivially to Generalized Planning (GP). GP aims to compute algorithmic solutions that are …

Heuristic Search

Automated planning with ontologies under coherence update semantics (Extended Version)

2025-07-20 · Stefan Borgwardt, Duy Nhu, Gabriele Röger arxiv

Standard automated planning employs first-order formulas under closed-world semantics to achieve a goal with a given set of actions from an initial state. We follow a line of research that aims to incorporate background …