Initial Problem

Start: f1
Program_Vars: X₀, X₁, X₂, X₃, X₄, X₅, X₆, X₇
Temp_Vars: I, J, K
Locations: f1, f2, f300
Transitions:
t₂: f1(X₀, X₁, X₂, X₃, X₄, X₅, X₆, X₇) → f2(X₀, X₁, X₂, X₃, X₄, I, J, I)
t₀: f2(X₀, X₁, X₂, X₃, X₄, X₅, X₆, X₇) → f2(X₀, I, J, K, X₄, X₅, X₆, X₇) :|: 1 ≤ X₀
t₁: f2(X₀, X₁, X₂, X₃, X₄, X₅, X₆, X₇) → f300(X₀, I, J, X₃, K, X₅, X₆, X₇) :|: X₀ ≤ 0

Preprocessing

Eliminate variables [I; J; K; X₁; X₂; X₃; X₄; X₅; X₆; X₇] that do not contribute to the problem

Found invariant X₀ ≤ 0 for location f300

Problem after Preprocessing

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

Found invariant X₀ ≤ 0 for location f300

Found invariant 1 ≤ 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)}