Initial Problem

Start: f0
Program_Vars: X₀
Temp_Vars: B, C
Locations: f0, f1
Transitions:
t₀: f0(X₀) → f1(B) :|: 2 ≤ B
t₁: f1(X₀) → f1(B) :|: 0 ≤ 1+B ∧ B ≤ 1 ∧ 2 ≤ C

Preprocessing

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

Problem after Preprocessing

Start: f0
Program_Vars:
Temp_Vars: B, C
Locations: f0, f1
Transitions:
t₄: f0 → f1 :|: 2 ≤ B
t₅: f1 → f1 :|: 0 ≤ 1+B ∧ B ≤ 1 ∧ 2 ≤ C

All Bounds

Timebounds

Overall timebound:inf {Infinity}
t₄: 1 {O(1)}
t₅: inf {Infinity}

Costbounds

Overall costbound: inf {Infinity}
t₄: 1 {O(1)}
t₅: inf {Infinity}

Sizebounds