Initial Problem

Start: f0
Program_Vars: X₀, X₁, X₂
Temp_Vars:
Locations: f0, f8
Transitions:
t₀: f0(X₀, X₁, X₂) → f8(2, 1, 2)

Preprocessing

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

Problem after Preprocessing

Start: f0
Program_Vars:
Temp_Vars:
Locations: f0, f8
Transitions:
t₁: f0 → f8

All Bounds

Timebounds

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

Costbounds

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

Sizebounds