Slide 12
Slide 12 text
Petri Nets - An Introduction
Formal Definition
A Petri net is a tuple PN = (P, T, F, W , M0) where:
P = {p1, p2, ..., pn} is a finite set of places.
T = {t1, t2, ..., tn} is a finite set of transitions. P ∩ T = ∅.
F ⊆ (P × T) ∪ (T × P) is a set of directed arcs (flow
relation).
W : F → {1, 2, 3, ...} is a weight function.
M0 : P → {0, 1, 2, 3, ...} is the initial marking.
A state of a Petri net is defined by a marking M : P → {0, 1, 2, 3, ...}
Irina A. Lomazova Petri Nets - Part 1: Introduction and Extensions 10 / 46