Start: l0
Program_Vars: X₀
Temp_Vars:
Locations: l0, l1, l2
Transitions:
t₀: l0(X₀) → l2(X₀)
t₂: l1(X₀) → l1(X₀)
t₁: l2(X₀) → l1(X₀)
Eliminate variables {X₀} that do not contribute to the problem
Start: l0
Program_Vars:
Temp_Vars:
Locations: l0, l1, l2
Transitions:
t₅: l0 → l2
t₆: l1 → l1
t₇: l2 → l1
Overall timebound:inf {Infinity}
t₅: 1 {O(1)}
t₆: inf {Infinity}
t₇: 1 {O(1)}
Overall costbound: inf {Infinity}
t₅: 1 {O(1)}
t₆: inf {Infinity}
t₇: 1 {O(1)}