# Timed Basic Parallel Processes

**Authors:** Lorenzo Clemente, Piotr Hofman, Patrick Totzke

arXiv: 1907.01240 · 2019-07-09

## TL;DR

This paper introduces Timed Basic Parallel Processes (TBPP), extending Petri nets with timing, and analyzes their computational complexity, showing that certain problems are PSPACE-complete, EXPTIME-complete, or NP-complete depending on the case.

## Contribution

It extends Petri nets with timing features, analyzes the complexity of key problems, and provides a polynomial-size formula for reachability in 1-clock timed automata.

## Key findings

- Coverability is PSPACE-complete.
- Reachability is EXPTIME-complete.
- For 1-clock TBPP, both problems are NP-complete.

## Abstract

Timed basic parallel processes (TBPP) extend communication-free Petri nets (aka. BPP or commutative context-free grammars) by a global notion of time. TBPP can be seen as an extension of timed automata (TA) with context-free branching rules, and as such may be used to model networks of independent timed automata with process creation.   We show that the coverability and reachability problems (with unary encoded target multiplicities) are PSPACE-complete and EXPTIME-complete, respectively. For the special case of 1-clock TBPP, both are NP-complete and hence not more complex than for untimed BPP. This contrasts with known super-Ackermannian-completeness and undecidability results for general timed Petri nets.   As a result of independent interest, and basis for our NP upper bounds, we show that the reachability relation of 1-clock TA can be expressed by a formula of polynomial size in the existential fragment of linear arithmetic, which improves on recent results from the literature.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.01240/full.md

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1907.01240/full.md

## References

47 references — full list in the complete paper: https://tomesphere.com/paper/1907.01240/full.md

---
Source: https://tomesphere.com/paper/1907.01240