Initial Problem

Start: l0
Program_Vars:
Temp_Vars:
Locations: l0, l1, l2
Transitions:
t₀: l0 → l2
t₂: l1 → l1
t₁: l2 → l1

Preprocessing

Problem after Preprocessing

Start: l0
Program_Vars:
Temp_Vars:
Locations: l0, l1, l2
Transitions:
t₀: l0 → l2
t₂: l1 → l1
t₁: l2 → l1

All Bounds

Timebounds

Overall timebound:inf {Infinity}
t₀: 1 {O(1)}
t₁: 1 {O(1)}
t₂: inf {Infinity}

Costbounds

Overall costbound: inf {Infinity}
t₀: 1 {O(1)}
t₁: 1 {O(1)}
t₂: inf {Infinity}

Sizebounds