Initial Problem

Start: f0
Program_Vars: X₀
Temp_Vars:
Locations: f0, f1
Transitions:
t₀: f0(X₀) → f1(100)
t₁: f1(X₀) → f1(X₀-1) :|: 302 ≤ X₀
t₂: f1(X₀) → f1(X₀-1) :|: X₀ ≤ 300

Preprocessing

Cut unsatisfiable transition [t₁: f1→f1]

Found invariant X₀ ≤ 100 for location f1

Problem after Preprocessing

Start: f0
Program_Vars: X₀
Temp_Vars:
Locations: f0, f1
Transitions:
t₀: f0(X₀) → f1(100)
t₂: f1(X₀) → f1(X₀-1) :|: X₀ ≤ 300 ∧ X₀ ≤ 100

Found invariant X₀ ≤ 100 ∧ 100 ≤ X₀ for location f1

Found invariant X₀ ≤ 99 for location f1_v1

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

t₀, X₀: 100 {O(1)}