Initial Problem

Start: f2
Program_Vars: X₀
Temp_Vars: B
Locations: f2, f5
Transitions:
t₀: f2(X₀) → f5(B)

Preprocessing

Eliminate variables [B; X₀] that do not contribute to the problem

Problem after Preprocessing

Start: f2
Program_Vars:
Temp_Vars:
Locations: f2, f5
Transitions:
t₁: f2 → f5

All Bounds

Timebounds

Overall timebound:1 {O(1)}
t₁: 1 {O(1)}

Costbounds

Overall costbound: 1 {O(1)}
t₁: 1 {O(1)}

Sizebounds