Initial Problem

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)

Preprocessing

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

Problem after Preprocessing

Start: l0
Program_Vars:
Temp_Vars: B
Locations: l0, l1
Transitions:
t₄: l0 → l1 :|: B+1 ≤ 0
t₅: l0 → l1
t₆: l0 → l1

All Bounds

Timebounds

Overall timebound:3 {O(1)}
t₄: 1 {O(1)}
t₅: 1 {O(1)}
t₆: 1 {O(1)}

Costbounds

Overall costbound: 3 {O(1)}
t₄: 1 {O(1)}
t₅: 1 {O(1)}
t₆: 1 {O(1)}

Sizebounds