Initial Problem

Start: f300
Program_Vars: X₀, X₁
Temp_Vars: C
Locations: f1, f2, f300
Transitions:
t₂: f2(X₀, X₁) → f1(X₀, C) :|: 1+X₀ ≤ 0
t₀: f2(X₀, X₁) → f2(X₀, X₁) :|: 0 ≤ X₀
t₁: f300(X₀, X₁) → f2(X₀, X₁)

Preprocessing

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

Found invariant 1+X₀ ≤ 0 for location f1

Problem after Preprocessing

Start: f300
Program_Vars: X₀
Temp_Vars:
Locations: f1, f2, f300
Transitions:
t₅: f2(X₀) → f1(X₀) :|: 1+X₀ ≤ 0
t₆: f2(X₀) → f2(X₀) :|: 0 ≤ X₀
t₇: f300(X₀) → f2(X₀)

Found invariant 1+X₀ ≤ 0 for location f1

Found invariant 0 ≤ X₀ for location f2_v1

All Bounds

Timebounds

Overall timebound:inf {Infinity}
t₅: 1 {O(1)}
t₆: inf {Infinity}
t₇: 1 {O(1)}

Costbounds

Overall costbound: inf {Infinity}
t₅: 1 {O(1)}
t₆: inf {Infinity}
t₇: 1 {O(1)}

Sizebounds

t₅, X₀: X₀ {O(n)}
t₆, X₀: X₀ {O(n)}
t₇, X₀: X₀ {O(n)}