Initial Problem

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

Preprocessing

Eliminate variables [K; L; M; X₁; X₂; 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)}