pith. sign in

arxiv: 2403.12153 · v1 · pith:Q7LLSNPTnew · submitted 2024-03-18 · 💻 cs.AI · cs.LO· cs.SC

Routing and Scheduling in Answer Set Programming applied to Multi-Agent Path Finding: Preliminary Report

classification 💻 cs.AI cs.LOcs.SC
keywords alternativeroutingschedulinganswercannotfindingideamulti-agent
0
0 comments X
read the original abstract

We present alternative approaches to routing and scheduling in Answer Set Programming (ASP), and explore them in the context of Multi-agent Path Finding. The idea is to capture the flow of time in terms of partial orders rather than time steps attached to actions and fluents. This also abolishes the need for fixed upper bounds on the length of plans. The trade-off for this avoidance is that (parts of) temporal trajectories must be acyclic, since multiple occurrences of the same action or fluent cannot be distinguished anymore. While this approach provides an interesting alternative for modeling routing, it is without alternative for scheduling since fine-grained timings cannot be represented in ASP in a feasible way. This is different for partial orders that can be efficiently handled by external means such as acyclicity and difference constraints. We formally elaborate upon this idea and present several resulting ASP encodings. Finally, we demonstrate their effectiveness via an empirical analysis.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Meta-Programming for Linear-time Temporal Answer Set Programming

    cs.AI 2026-05 unverdicted novelty 7.0

    A meta-programming framework operationalizes TEL, MEL, and DEL semantics in ASP via clingo grammar extensions, type specifications, nesting, and a grounding protection pipeline, demonstrated through the metasp system.

  2. Meta-Programming for Linear-time Temporal Answer Set Programming

    cs.AI 2026-05 unverdicted novelty 6.0

    A declarative meta-programming framework operationalizes semantics of temporal equilibrium logics in ASP via clingo extensions and transformations.