Initial Problem

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₁)

Preprocessing

Eliminate variables {X₀,X₁} that do not contribute to the problem

Problem after Preprocessing

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

All Bounds

Timebounds

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)}

Costbounds

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)}

Sizebounds