Initial Problem

Start: l0
Program_Vars: X₀, X₁, X₂, X₃, X₄
Temp_Vars: F, G, H, I
Locations: l0, l1
Transitions:
t₀: l0(X₀, X₁, X₂, X₃, X₄) → l1(0, 1, G, H, I) :|: F ≤ 99
t₁: l0(X₀, X₁, X₂, X₃, X₄) → l1(0, 1, G, H, I)

Preprocessing

Eliminate variables {G,H,I,X₀,X₁,X₂,X₃,X₄} that do not contribute to the problem

Problem after Preprocessing

Start: l0
Program_Vars:
Temp_Vars: F
Locations: l0, l1
Transitions:
t₃: l0 → l1 :|: F ≤ 99
t₄: l0 → l1

All Bounds

Timebounds

Overall timebound:2 {O(1)}
t₃: 1 {O(1)}
t₄: 1 {O(1)}

Costbounds

Overall costbound: 2 {O(1)}
t₃: 1 {O(1)}
t₄: 1 {O(1)}

Sizebounds