Initial Problem

Start: f0
Program_Vars: X₀, X₁, X₂, X₃, X₄
Temp_Vars: F, G, H
Locations: f0, f7
Transitions:
t₀: f0(X₀, X₁, X₂, X₃, X₄) → f7(0, 0, F, G, H)

Preprocessing

Eliminate variables [F; G; H; X₀; X₁; X₂; X₃; X₄] that do not contribute to the problem

Problem after Preprocessing

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

All Bounds

Timebounds

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

Costbounds

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

Sizebounds