Start: l0
Program_Vars: X₀
Temp_Vars: B
Locations: l0, l1
Transitions:
t₀: l0(X₀) → l1(X₀) :|: B+1 ≤ 0
t₁: l0(X₀) → l1(X₀)
t₂: l0(X₀) → l1(B)
Eliminate variables {X₀} that do not contribute to the problem
Start: l0
Program_Vars:
Temp_Vars: B
Locations: l0, l1
Transitions:
t₃: l0 → l1 :|: B+1 ≤ 0
t₄: l0 → l1
t₅: l0 → l1
Overall timebound:3 {O(1)}
t₃: 1 {O(1)}
t₄: 1 {O(1)}
t₅: 1 {O(1)}
Overall costbound: 3 {O(1)}
t₃: 1 {O(1)}
t₄: 1 {O(1)}
t₅: 1 {O(1)}