Start: f0
Program_Vars: X₀, X₁
Temp_Vars: C
Locations: f0, f1
Transitions:
t₀: f0(X₀, X₁) → f1(X₀, X₁)
t₁: f1(X₀, X₁) → f1(1+C, 1+C)
Eliminate variables [C; X₀; X₁] that do not contribute to the problem
Start: f0
Program_Vars:
Temp_Vars:
Locations: f0, f1
Transitions:
t₄: f0 → f1
t₅: f1 → f1
Overall timebound:inf {Infinity}
t₄: 1 {O(1)}
t₅: inf {Infinity}
Overall costbound: inf {Infinity}
t₄: 1 {O(1)}
t₅: inf {Infinity}