Initial Problem

Start: l0
Program_Vars: X₀
Temp_Vars: B
Locations: l0, l1
Transitions:
t₀: l0(X₀) → l1(X₀) :|: 1 ≤ X₀
t₁: l0(X₀) → l1(X₀) :|: 2 ≤ X₀
t₂: l0(X₀) → l1(X₀) :|: 4 ≤ X₀
t₃: l1(X₀) → l1(B*X₀) :|: 2⋅B ≤ 1 ∧ 2 ≤ 3⋅B ∧ 2 ≤ X₀

Preprocessing

Cut unsatisfiable transition t₃: l1→l1

Found invariant 1 ≤ X₀ for location l1

Problem after Preprocessing

Start: l0
Program_Vars: X₀
Temp_Vars:
Locations: l0, l1
Transitions:
t₀: l0(X₀) → l1(X₀) :|: 1 ≤ X₀
t₁: l0(X₀) → l1(X₀) :|: 2 ≤ X₀
t₂: l0(X₀) → l1(X₀) :|: 4 ≤ X₀

All Bounds

Timebounds

Overall timebound:3 {O(1)}
t₀: 1 {O(1)}
t₁: 1 {O(1)}
t₂: 1 {O(1)}

Costbounds

Overall costbound: 3 {O(1)}
t₀: 1 {O(1)}
t₁: 1 {O(1)}
t₂: 1 {O(1)}

Sizebounds