time and timed petri nets - lsvhaddad/disc11-part1.pdf · 1/36 time and timed petri nets serge...

37
1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA [email protected] DISC’11, June 9th 2011 1 Time and Petri Nets 2 Timed Models 3 Expressiveness 4 Analysis

Upload: others

Post on 22-Mar-2020

11 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

1/36

Time and Timed Petri Nets

Serge Haddad

LSV

ENS Cachan & CNRS & INRIA

[email protected]

DISC’11, June 9th 2011

1 Time and Petri Nets

2 Timed Models

3 Expressiveness

4 Analysis

Page 2: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

2/36

Outline

1 Time and Petri Nets

Timed Models

Expressiveness

Analysis

Page 3: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

3/36

Time in Discrete Event Systems

Intuitively

A timed execution of a discrete event system (DES) is a finite or infinite sequenceof events: e1, e2, . . . interleaved with (possibly null) delays.(generated by some operational model)

More formally

A timed execution of a DES is defined by two finite or infinite sequences:

I The sequence of states S0, S1, S2, . . . such that S0 is the initial state and Si isthe state of the system after the occurrence of ei.

I The sequence of delays T0, T1, T2, . . . such that T0 is the time elapsed beforethe occurrence of e0 and Ti is the time elapsed between the occurrences of ei

and ei+1.

Page 4: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

3/36

Time in Discrete Event Systems

Intuitively

A timed execution of a discrete event system (DES) is a finite or infinite sequenceof events: e1, e2, . . . interleaved with (possibly null) delays.(generated by some operational model)

More formally

A timed execution of a DES is defined by two finite or infinite sequences:

I The sequence of states S0, S1, S2, . . . such that S0 is the initial state and Si isthe state of the system after the occurrence of ei.

I The sequence of delays T0, T1, T2, . . . such that T0 is the time elapsed beforethe occurrence of e0 and Ti is the time elapsed between the occurrences of ei

and ei+1.

Page 5: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

4/36

A Timed Execution

Page 6: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

5/36

Time in Petri Nets

What are the events?Atomicity versus non atomicity

I Beginning and end of transition firings

I Transition firings

What are the delays?

Timing requirements for transition firing

I Duration of transition firing(asap requirement)

I Delay before firing(requirement between enabling and firing)

I Appropriate age of tokens(requirement on tokens)

Page 7: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

6/36

A Duration-Based Semantic

Requires to specify durations

Problem: most of the time, states are not reachable markings of the net

Page 8: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

7/36

A Delay-Based Semantic

Requires to specify transition delays

Page 9: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

8/36

A Token-Based Semantic

Requires to specify age requirements

Page 10: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

9/36

Outline

Time and Petri Nets

2 Timed Models

Expressiveness

Analysis

Page 11: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

10/36

Time Petri Net (TPN): Syntax

Places: logical part of the stateTokens: current value of the logical part of the state

Transitions: events, actions, etc.Labels: observable behaviour

Arcs: Pre and Post (logical) conditions of event occurrenceTime intervals: temporal conditions of event occurrence

Page 12: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

11/36

TPN: Transition Occurrence

Logical partI The logical part of a state (or configuration) is a marking m, i.e. a number of

tokens per place m(p).

I A transition is enabled if the tokens required by the preconditions are presentin the marking.

Timed partI There is an implicit clock per enabled transition t and its value ν(t) defines

the timed part of the state. The clock valuation ν is the timed part of theconfiguration.

I An enabled transition t is firable if its clock value lies in its interval [e(t), l(t)].

Notation: (m, ν)t−→

Page 13: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

12/36

TPN: Change of Configuration

Time elapsing d

I Time may elapse with updates of clocks if every clock value does not gobeyond the corresponding interval.

I The marking is unchanged (m, ν)d−→ (m, ν + d)

Transition firing t

I Tokens required by the precondition are consumed and tokens specified by thepostcondition are produced.

I Clocks values of newly enabled transitions are reset leading to valuation ν ′.

I Thus (m, ν)t−→ (m− Pre(t) + Post(t), ν ′)

A transition t′ is newly enabled if

1. t′ is enabled in m− Pre(t) + Post(t)

2. and t′ is disabled in m− Pre(t) or t′ = t

Page 14: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

13/36

TPN: an Execution

A maximal time elapsing (2p1 + p2, (0, 0))2−→ (2p1 + p2, (2, 2))

before a transition firing (2p1 + p2, (2, 2))t1−→ (p1 + p2, (0, 0))

followed by a (maximal) time elapsing (p1 + p2, (0, 0))2−→ (p1 + p2, (2, 2))

before a transition firing (p1 + p2, (2, 2))t1−→ (p2, (−, 0))

followed by a non maximal time elapsing (p2, (−, 0))2.5−−→ (p2, (−, 2.5))

before a transition firing (p2, (−, 2.5))t2−→ (0, (−,−))

Page 15: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

14/36

TPN: an Equivalent Semantic

The timed part is defined by a dynamic firing interval [e(t), l(t)] associated withevery enabled transition t.

Firing of t

I A transition may fire if it is enabled and e(t) = 0.

I Intervals of newly enabled transition are reinitialized: [e(t), l(t)] := [e(t), l(t)].

Time elapsing d

I Time d may elapse if for every enabled transition t, d ≤ l(t).

I Time intervals are accordingly updated [max(0, e(t)− d), l(t)− d].

Page 16: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

15/36

TPN: Execution Revisited

A maximal time elapsing (2p1 + p2, ([2, 2], [2, 3]))2−→ (2p1 + p2, ([0, 0], [0, 1]))

before a transition firing (2p1 + p2, ([0, 0], [0, 1]))t1−→ (p1 + p2, ([2, 2], [2, 3]))

followed by a time elapsing (p1 + p2, ([2, 2], [2, 3]))2−→ (p1 + p2, ([0, 0], [0, 1]))

before a transition firing (p1 + p2, [0, 0], [0, 1])t1−→ (p2, (−, [2, 3]))

followed by a non maximal time elapsing (p2, (−, [2, 3]))2.5−−→ (p2, (−, [0, 0.5]))

before a transition firing (p2, (−, [0, 0.5]))t2−→ (0, (−,−))

Page 17: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

16/36

Timed Petri Net (TdPN): Syntax

Places: both logical and timed part of the stateTokens: have an age

Transitions: events, actions, etc.Labels: observable behaviour

Arcs: Pre (resp. Post) conditions of event occurrenceare multisets of timed intervals corresponding torequired (resp. possible) age of consumed (resp. produced) tokens

Page 18: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

17/36

TdPN: Transition Occurrence

Marking and (simplified) precondition

I The marking of place p, m(p) is a finite multiset of ages

m(p) =∑

1≤i≤r

ai.τi with r ≥ 0 and ai > 0

.

I The precondition of a transition t with input place p, Pre(p, t) is an interval.

A transition t is firable if for every input place p of t

There exists an appropriate token, i.e. some i such that τi ∈ Pre(p, t)

Observation: the generalization to bags of intervals is intuitivebut requires technical machinery.

Page 19: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

18/36

TdPN: Change of Configuration

Time elapsing d

I Time may elapse without any restriction.

I The age of tokens is accordingly updated md−→ m′

such that m′(p) =∑

1≤i≤r ai.(τi + d) when m(p) =∑

1≤i≤r ai.τi

Transition firing t

I Tokens selected by the precondition are consumed.

I Tokens specified by the postcondition are producedwith an initial age non deterministically chosen in the corresponding interval.

Page 20: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

19/36

TdPN: an Execution

A time elapsing 2.(p1, 0) + (p2, 0)2−→ 2.(p1, 2) + (p2, 2)

before a transition firing 2.(p1, 2) + (p2, 2)t1−→ (p1, 2) + (p2, 0.5)

(observe that the age of token in p2 could be different)

followed by a time elapsing (p1, 2) + (p2, 0.5)1.8−−→ (p1, 3.8) + (p2, 2.3)

(observe that the token in p1 is dead)

before a transition firing (p1, 3.8) + (p2, 2.3)t2−→ (p1, 3.8)

Page 21: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

20/36

Outline

Time and Petri Nets

Timed Models

3 Expressiveness

Analysis

Page 22: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

21/36

Limit of TPN: a Concurrent System

How to model this system?

I There are two concurrent events e and e′ which may (but have not to) occur.

I e may only occur at instants in [0, 1].

I e′ may occur at every instant.

Page 23: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

22/36

Limit of TPN: a First Modelling

Wrong : e′ may only occur after time 1 if e occurs.

Page 24: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

23/36

Limit of TPN: a Second Modelling

Wrong : (pe + pe′ , (0, 0, 0))1−→ (pe + pe′ , (1, 1, 1))

t′′

−→ (pe′ , (−, 1,−))and now at time 1 e can no longer occur.

Page 25: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

24/36

Limit of TPN: Modelling with TdPN

Page 26: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

25/36

Limit of TdPN: an Urgent Requirement

How to model this system?

I There is a single event e

I which must occur in time interval [0, 1].

Page 27: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

26/36

Limit of TdPN: Two Modellings

The TPN modelling is correct.

The TdPN modelling is wrong.More generally there is no way to enforce the firing of a transition.

Page 28: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

27/36

Outline

Time and Petri Nets

Timed Models

Expressiveness

4 Analysis

Page 29: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

28/36

Properties

Generic propertiesI Reachability Given some state m can the system reach m?

I Coverability Given some state m can the system reach some state “greater orequal than” m?

I Non Termination Does there exist an infinite firing sequence?

I Deadlock Does there exist a state from which no transition will fire?

Specific propertiesI Temporal Logic CTL, LTL, CTL∗, etc.

Exemple: Is e eventually followed by e′ in every maximal sequence?

I Bisimulation Given two systems, are their discrete behaviours distinguishableby an active observer?

I Timed Temporal Logic TCTL, MTL, MITL, etc.Exemple: Is e eventually followed by e′ within at most 10 t.u. in everymaximal sequence?

I Timed Bisimulation Given two systems, are their timed behavioursdistinguishable by an active observer?

Page 30: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

29/36

Overview

TPN

I In TPNs, all relevant properties are undecidable.

I In bounded TPNs, many generic properties are decidable and temporal modelchecking is decidable.(by class graph constructions see later)

TdPN

I In TdPNs, some generic properties like coverability are decidable.(see my second talk)

I In TdPNs, some other generic properties like reachability are undecidable.

Page 31: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

30/36

Principle of Class GraphLet T0 = {t1, . . . , tk} the set of transitions enabled at m0

Let xt be the possible firing delay for t ∈ T0, the constraint for firing delays is:

D0 ≡∧

t∈T0

e(t) ≤ xt ≤ l(t)

In order to fire some t∗, the following system must have a solution.

D0,t∗ ≡ D0 ∧∧

t∈T0\{t∗}

xt∗ ≤ xt

Let m0

t∗

−→ m1 and T1 be the transitions enabled at m1 with delays x′t then:

I If t is newly enabled, the constraint is Ct ≡ e(t) ≤ x′t ≤ l(t)

I Otherwise the constraints are inherited by Ct ≡ x′t = xt − xt∗

Consequently, the constraints for firing delays after firing of t∗ is

D1 ≡ ∃xt1 . . . ∃xtkD0,t∗ ∧

t∈T1

Ct

Page 32: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

31/36

Class Graph: an Illustration

D0 ≡ 0 ≤ x1 ≤ 4 ∧ 5 ≤ x2 ≤ 6 ∧ 3 ≤ x3 ≤ 6

D0,t1 ≡ D0 ∧ x1 ≤ x2 ∧ x1 ≤ x3

D1 ≡ ∃x1∃x2∃x3 D0,t1 ∧ x′2 = x2 − x1 ∧ x′

3 = x3 − x1

Elimination of x2 and x3 by substitution

D1 ≡ ∃x1 0 ≤ x1 ≤ 4 ∧ 5 ≤ x′2 + x1 ≤ 6 ∧ 3 ≤ x′

3 + x1 ≤ 6

Elimination of x1 by upper and lower bounds

D1 ≡ ∃x1 max(0, 5− x′2, 3− x′

3) ≤ x1 ≤ min(4, 6− x′2, 6− x′

3)

D1 ≡ 1 ≤ x′2 ≤ 6 ∧ 3 ≤ x′

3 ≤ 6 ∧ −3 ≤ x′3 − x′

2 ≤ 1

Page 33: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

32/36

Representation of a Class

A class is defined by:

I A marking m (with Tm the set of enabled transitions);

I A set of variables {x0} ∪ {xt}t∈Tmwith x0 denoting the current time;

I A matrix C (called a DBM) representing a set of constraintsC(x1, . . . , xn) ≡

∧i,j xj − xi ≤ cij

Properties of DBM

I There exists a canonical representation for non empty DBM;

I Canonization and emptyness checking can be done in polynomial time;

I DBM are effectively closed under:

1. Projection ∃x1 C(x1, x2, . . . , xn)2. Relativization ∃x1 C(x1, x2 + x1, . . . , xn + x1)3. Past ∃d C(x1 + d, x2 + d, . . . , xn + d)4. Future ∃d C(x1 − d, x2 − d, . . . , xn − d)5. Reset ∃d C(x, x2, . . . , xn) ∧ x1 = 0

Page 34: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

33/36

Canonization: Graph IllustrationCanonization is done by a shortest path computationLet the constraint be:

x1 − x0 ≤ 3 ∧ −2 ≤ x2 − x1 ≤ 1 ∧ x0 − x2 ≤ −2

Then the canonized constraint is

1 ≤ x1 − x0 ≤ 3 ∧ −1 ≤ x2 − x1 ≤ 1 ∧ −4 ≤ x0 − x2 ≤ −2

Page 35: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

34/36

Canonization: the Algorithm

Canonization

For i, j, k such that i /∈ {j, k} do

1. temp← min(cjk , cji + cik)

2. If j 6= k Then cjk ← tempElse If temp < 0 Then Return(Empty DBM)

Correctness of the shortest path algorithm . . .

I The algorithm returns Empty DBM iff there is a negative cycle in the graph.

I Otherwise cij is the length of a shortest path from xi to xj

and consequently cij ≤ cij + cjk for all k.

implies correctness of the canonization.I If there is a negative cycle in the graph there is no solution of the DBM.

(by transitivity one gets xi − xi < 0)

I Otherwise for all i, j there is no solution with xj − xi > cij

and a solution with xj − xi = cij (define xi = 0 and xk = cik for all k 6= i)

Page 36: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

35/36

Properties of the Class Graph

Finiteness for bounded nets

I The number of reachable markings is finite.

I The absolute value of integers occurring in the DBM are bounded by:max(maxt∈T (l(t) | l(t) finite), maxt∈T (e(t) | l(t) infinite))

Trace and marking representation

I The untiming of every firing sequence of the TPN is a path of the class graph.

I For every path of the class graph there is at least one corresponding firingsequence.

I Thus the reachable markings are exactly those occurring on the class graph.

Page 37: Time and Timed Petri Nets - LSVhaddad/disc11-part1.pdf · 1/36 Time and Timed Petri Nets Serge Haddad LSV ENS Cachan & CNRS & INRIA haddad@lsv.ens-cachan.fr DISC’11, June 9th 2011

36/36

Main References

On definition and analysis of TPNs

I B. Berthomieu, M. Menasche, A State enumeration approach for analyzing timePetri nets, 3rd European Workshop on Petri Nets, Varenna, Italy, 1982.

I B. Berthomieu, M. Diaz, Modeling and verification of time dependent systems usingtime Petri nets. IEEE Transactions on Software Engineering, 17(3):259-273, 1991.

On definition and analysis of TdPNs

I V. Valero, D. Frutos-Escrig, F. R. F. Cuartero. On non-decidability of reachabilityfor timed-arc Petri nets. In Proc. 8th Int. Work. Petri Nets and PerformanceModels (PNPM’99), pages 188-196. IEEE Computer Society Press, 1999

I P. A. Abdulla, A. Nylen. Timed Petri nets and bqos. In Proc. 22nd InternationalConference on Application and Theory of Petri Nets (ICATPN’01), volume 2075 ofLecture Notes in Computer Science, pages 53-70. Springer, 2001