Start: l0
Program_Vars: X₀, X₁
Temp_Vars:
Locations: l0, l1, l2, l3, l4, l5, l6
Transitions:
t₀: l0(X₀, X₁) → l5(X₀, X₁)
t₅: l1(X₀, X₁) → l4(X₀, X₁)
t₂: l2(X₀, X₁) → l3(X₀, X₁)
t₄: l3(X₀, X₁) → l1(X₀, X₁)
t₆: l4(X₀, X₁) → l6(X₀, X₁)
t₁: l5(X₀, X₁) → l2(X₀, X₁)
Eliminate variables {X₀,X₁} that do not contribute to the problem
Start: l0
Program_Vars:
Temp_Vars:
Locations: l0, l1, l2, l3, l4, l5, l6
Transitions:
t₁₃: l0 → l5
t₁₄: l1 → l4
t₁₅: l2 → l3
t₁₆: l3 → l1
t₁₇: l4 → l6
t₁₈: l5 → l2
Overall timebound:6 {O(1)}
t₁₃: 1 {O(1)}
t₁₄: 1 {O(1)}
t₁₅: 1 {O(1)}
t₁₆: 1 {O(1)}
t₁₇: 1 {O(1)}
t₁₈: 1 {O(1)}
Overall costbound: 6 {O(1)}
t₁₃: 1 {O(1)}
t₁₄: 1 {O(1)}
t₁₅: 1 {O(1)}
t₁₆: 1 {O(1)}
t₁₇: 1 {O(1)}
t₁₈: 1 {O(1)}