paper-with-me

홈 › Papers

Two Constraint Compilation Methods for Lifted Planning

2025-11-13 · Periklis Mantenoglou, Luigi Bonassi, Enrico Scala, Pedro Zuidberg Dos Martires arxiv

We study planning in a fragment of PDDL with qualitative state-trajectory constraints, capturing safety requirements, task ordering conditions, and intermediate sub-goals commonly found in real-world problems. A prominent approach to tackle such problems is to compile their constraints away, leading to a problem that is supported by state-of-the-art planners. Unfortunately, existing compilers do not scale on problems with a large number of objects and high-arity actions, as they necessitate grounding the problem before compilation. To address this issue, we propose two methods for compiling away constraints without grounding, making them suitable for large-scale planning problems. We prove the correctness of our compilers and outline their worst-case time complexity. Moreover, we present a reproducible empirical evaluation on the domains used in the latest International Planning Competition. Our results demonstrate that our methods are efficient and produce planning specifications that are orders of magnitude more succinct than the ones produced by compilers that ground the domain, while remaining competitive when used for planning with a state-of-the-art planner.

📄 PDF Abstract BibTeX arXiv:2511.10164

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Lifted Sequential Planning with Lazy Constraint Generation Solvers

2023-07-17 · Anubhav Singh, Miquel Ramirez, Nir Lipovetzky, Peter J. Stuckey

This paper studies the possibilities made open by the use of Lazy Clause Generation (LCG) based approaches to Constraint Programming (CP) for tackling sequential classical planning. We propose a novel CP model based on s…

valid

Fusing First-order Knowledge Compilation and the Lifted Junction Tree Algorithm

2018-07-02 · Tanya Braun, Ralf Möller

Standard approaches for inference in probabilistic formalisms with first-order constructs include lifted variable elimination (LVE) for single queries as well as first-order knowledge compilation (FOKC) based on weighted…

Why is Compiling Lifted Inference into a Low-Level Language so Effective?

2016-06-14 · Seyed Mehran Kazemi, David Poole

First-order knowledge compilation techniques have proven efficient for lifted inference. They compile a relational probability model into a target circuit on which many inference queries can be answered efficiently. Earl…

On the Completeness of First-Order Knowledge Compilation for Lifted Probabilistic Inference

2011-12-01 · NeurIPS 2011 12 · Guy Broeck

Probabilistic logics are receiving a lot of attention today because of their expressive power for knowledge representation and learning. However, this expressivity is detrimental to the tractability of inference, when do…

When Automata Meet Streams: Temporal Logic Compilation for Stream-Based Robotics Task and Motion Planning

2026-08-19 · Sayem Nazmuz Zaman, Cyrus Neary arxiv

Stream-based robotics Task and Motion Planning (TAMP) integrates discrete symbolic planning with dynamically generated continuous geometric parameters, such as poses, grasps, and trajectories. However, stream-based plann…

Motion Planning