Initial Problem

Start: l0
Program_Vars: X₀
Temp_Vars: B
Locations: l0, l1
Transitions:
t₁: l0(X₀) → l1(X₀)
t₀: l1(X₀) → l1(B) :|: 0 ≤ X₀ ∧ 10 ≤ B+2⋅X₀ ∧ 2⋅X₀+B ≤ 10

Preprocessing

Problem after Preprocessing

Start: l0
Program_Vars: X₀
Temp_Vars: B
Locations: l0, l1
Transitions:
t₁: l0(X₀) → l1(X₀)
t₀: l1(X₀) → l1(B) :|: 0 ≤ X₀ ∧ 10 ≤ B+2⋅X₀ ∧ 2⋅X₀+B ≤ 10

Analysing control-flow refined program

Found invariant X₀ ≤ 10 for location n_l1___1

CFR did not improve the program. Rolling back

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₀: X₀ {O(n)}