Initial Problem

Start: start
Program_Vars: X₀
Temp_Vars: B
Locations: eval, start
Transitions:
t₀: eval(X₀) → eval(2⋅B) :|: X₀ ≤ 1+2⋅B ∧ 1+2⋅B ≤ X₀ ∧ 0 ≤ B
t₁: start(X₀) → eval(X₀)

Preprocessing

Problem after Preprocessing

Start: start
Program_Vars: X₀
Temp_Vars: B
Locations: eval, start
Transitions:
t₀: eval(X₀) → eval(2⋅B) :|: X₀ ≤ 1+2⋅B ∧ 1+2⋅B ≤ X₀ ∧ 0 ≤ B
t₁: start(X₀) → eval(X₀)

MPRF for transition t₀: eval(X₀) → eval(2⋅B) :|: X₀ ≤ 1+2⋅B ∧ 1+2⋅B ≤ X₀ ∧ 0 ≤ B of depth 1:

new bound:

X₀ {O(n)}

MPRF:

• eval: [X₀]

All Bounds

Timebounds

Overall timebound:X₀+1 {O(n)}
t₀: X₀ {O(n)}
t₁: 1 {O(1)}

Costbounds

Overall costbound: X₀+1 {O(n)}
t₀: X₀ {O(n)}
t₁: 1 {O(1)}

Sizebounds

t₀, X₀: X₀ {O(n)}
t₁, X₀: X₀ {O(n)}