Initial Problem

Start: f0
Program_Vars: X₀, X₁
Temp_Vars:
Locations: f0, f1
Transitions:
t₀: f0(X₀, X₁) → f1(3000, X₁)
t₁: f1(X₀, X₁) → f1(X₀, 1000+X₁) :|: X₀ ≤ 1999 ∧ 0 ≤ 889+X₁

Preprocessing

Cut unsatisfiable transition [t₁: f1→f1]

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

Problem after Preprocessing

Start: f0
Program_Vars:
Temp_Vars:
Locations: f0, f1
Transitions:
t₄: f0 → f1

All Bounds

Timebounds

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

Costbounds

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

Sizebounds