Deciding Reachability and the Covering Problem with Diagnostics for Sound Acyclic Free-Choice Workflow Nets
Thomas M. Prinz, Christopher T. Schwanen, Wil M. P. van der Aalst
TL;DR
The paper addresses the reachability and covering problems for a targeted Petri-net class: sound acyclic free-choice workflow nets. It advances the state of the art by achieving quadratic-time decision procedures and by providing diagnostics through the novel notions of admissibility, maximum admissibility, and diverging transitions, all grounded in concurrency and post-dominance frontiers. A central insight is that reachability can be characterized via run nets and diverging points without enumerating occurrence sequences, enabling both efficient verification and explainability. The results offer practical implications for process-model verification and diagnostics in industrial settings, with extensions to extended free-choice nets via a Murata transformation and avenues toward broader applicability.
Abstract
A central decision problem in Petri net theory is reachability asking whether a given marking can be reached from the initial marking. Related is the covering problem (or sub-marking reachbility), which decides whether there is a reachable marking covering at least the tokens in the given marking. For live and bounded free-choice nets as well as for sound free-choice workflow nets, both problems are polynomial in their computational complexity. This paper refines this complexity for the class of sound acyclic free-choice workflow nets to a quadratic polynomial, more specifically to $O(P^2 + T^2)$. Furthermore, this paper shows the feasibility of accurately explaining why a given marking is or is not reachable. This can be achieved by three new concepts: admissibility, maximum admissibility, and diverging transitions. Admissibility requires that all places in a given marking are pairwise concurrent. Maximum admissibility states that adding a marked place to an admissible marking would make it inadmissible. A diverging transition is a transition which originally "produces" the concurrent tokens that lead to a given marking. In this paper, we provide algorithms for all these concepts and explain their computation in detail by basing them on the concepts of concurrency and post-dominance frontiers - a well known concept from compiler construction. In doing this, we present straight-forward implementations for solving (sub-marking) reachability.
