Start: f0
Program_Vars: X₀, X₁, X₂, X₃, X₄
Temp_Vars: F, G, H, I
Locations: f0, f23
Transitions:
t₀: f0(X₀, X₁, X₂, X₃, X₄) → f23(0, 1, G, H, I) :|: F ≤ 99
t₁: f0(X₀, X₁, X₂, X₃, X₄) → f23(0, 1, G, H, I)
Eliminate variables [G; H; I; X₀; X₁; X₂; X₃; X₄] that do not contribute to the problem
Start: f0
Program_Vars:
Temp_Vars: F
Locations: f0, f23
Transitions:
t₂: f0 → f23 :|: F ≤ 99
t₃: f0 → f23
Overall timebound:2 {O(1)}
t₂: 1 {O(1)}
t₃: 1 {O(1)}
Overall costbound: 2 {O(1)}
t₂: 1 {O(1)}
t₃: 1 {O(1)}