🤖 AI Summary
Strategy synthesis for timeline-based qualitative planning suffers from high computational cost due to the need for expensive automaton determinization.
Method: This paper proposes a direct, determinization-free strategy synthesis method by identifying a class of planning fragments that admit a direct reduction to non-emptiness checking of deterministic finite automata (DFA). We characterize an admissible maximal subset of Allen’s temporal relations, build upon qualitative time-constraint modeling, and integrate synchronization rules with timeline behavior analysis to cast strategy synthesis as a DFA non-emptiness problem.
Contribution/Results: Our approach yields the first direct, deterministic strategy generation for the PSPACE-complete plan existence problem—bypassing automaton determinization entirely. Experimental evaluation demonstrates significant improvements in planning efficiency and practicality, establishing a theoretically stronger and more implementable framework for timeline-based planning.
📝 Abstract
Qualitative timeline-based planning models domains as sets of independent, but
interacting, components whose behaviors over time, the timelines, are governed
by sets of qualitative temporal constraints (ordering relations), called
synchronization rules.
Its plan-existence problem has been shown to be PSPACE-complete; in
particular, PSPACE-membership has been proved via reduction to the
nonemptiness problem for nondeterministic finite automata.
However, nondeterministic automata cannot be directly used to synthesize
planning strategies as a costly determinization step is needed.
In this paper, we identify a fragment of qualitative timeline-based planning
whose plan-existence problem can be directly mapped into the nonemptiness
problem of deterministic finite automata, which can then
synthesize strategies.
In addition, we identify a maximal subset of Allen's relations that fits into
such a deterministic fragment.