Initial Problem

Start: l0
Program_Vars: X₀, X₁, X₂, X₃
Temp_Vars:
Locations: l0, l1, l2, l3, l4, l5, l6, l7
Transitions:
t₀: l0(X₀, X₁, X₂, X₃) → l2(X₀, X₁, X₂, X₃)
t₂: l1(X₀, X₁, X₂, X₃) → l3(X₀, 0, X₂, X₃) :|: X₀ < 100
t₃: l1(X₀, X₁, X₂, X₃) → l4(X₀, X₁, X₂, X₃) :|: 100 ≤ X₀
t₁: l2(X₀, X₁, X₂, X₃) → l1(0, X₁, X₂, X₃)
t₅: l3(X₀, X₁, X₂, X₃) → l5(X₀, X₁, X₂, X₃) :|: 1 ≤ X₁
t₄: l3(X₀, X₁, X₂, X₃) → l6(X₀, X₁, X₂, X₃) :|: X₁ < 1
t₈: l4(X₀, X₁, X₂, X₃) → l7(X₀, X₁, X₂, X₃)
t₇: l5(X₀, X₁, X₂, X₃) → l1(X₀, X₁, X₂, X₃)
t₆: l6(X₀, X₁, X₂, X₃) → l3(X₀, X₁+1, X₂, X₃)

Preprocessing

Eliminate variables {X₂,X₃} that do not contribute to the problem

Found invariant X₁ ≤ 0 ∧ X₁ ≤ X₀ ∧ X₀+X₁ ≤ 0 ∧ 0 ≤ X₁ ∧ 0 ≤ X₀+X₁ ∧ X₀ ≤ X₁ ∧ X₀ ≤ 0 ∧ 0 ≤ X₀ for location l6

Found invariant 1 ≤ 0 for location l7

Found invariant X₁ ≤ 1 ∧ X₁ ≤ 1+X₀ ∧ X₀+X₁ ≤ 1 ∧ 1 ≤ X₁ ∧ 1 ≤ X₀+X₁ ∧ 1+X₀ ≤ X₁ ∧ X₀ ≤ 0 ∧ 0 ≤ X₀ for location l5

Found invariant X₀ ≤ 0 ∧ 0 ≤ X₀ for location l1

Found invariant 1 ≤ 0 for location l4

Found invariant X₁ ≤ 1 ∧ X₁ ≤ 1+X₀ ∧ X₀+X₁ ≤ 1 ∧ 0 ≤ X₁ ∧ 0 ≤ X₀+X₁ ∧ X₀ ≤ X₁ ∧ X₀ ≤ 0 ∧ 0 ≤ X₀ for location l3

Cut unsatisfiable transition t₁₉: l1→l4

Cut unsatisfiable transition t₂₃: l4→l7

Cut unreachable locations [l4; l7] from the program graph

Problem after Preprocessing

Start: l0
Program_Vars: X₀, X₁
Temp_Vars:
Locations: l0, l1, l2, l3, l5, l6
Transitions:
t₁₇: l0(X₀, X₁) → l2(X₀, X₁)
t₁₈: l1(X₀, X₁) → l3(X₀, 0) :|: X₀ < 100 ∧ X₀ ≤ 0 ∧ 0 ≤ X₀
t₂₀: l2(X₀, X₁) → l1(0, X₁)
t₂₁: l3(X₀, X₁) → l5(X₀, X₁) :|: 1 ≤ X₁ ∧ X₁ ≤ 1 ∧ X₁ ≤ 1+X₀ ∧ X₀+X₁ ≤ 1 ∧ 0 ≤ X₁ ∧ 0 ≤ X₀+X₁ ∧ X₀ ≤ X₁ ∧ X₀ ≤ 0 ∧ 0 ≤ X₀
t₂₂: l3(X₀, X₁) → l6(X₀, X₁) :|: X₁ < 1 ∧ X₁ ≤ 1 ∧ X₁ ≤ 1+X₀ ∧ X₀+X₁ ≤ 1 ∧ 0 ≤ X₁ ∧ 0 ≤ X₀+X₁ ∧ X₀ ≤ X₁ ∧ X₀ ≤ 0 ∧ 0 ≤ X₀
t₂₄: l5(X₀, X₁) → l1(X₀, X₁) :|: X₁ ≤ 1 ∧ X₁ ≤ 1+X₀ ∧ X₀+X₁ ≤ 1 ∧ 1 ≤ X₁ ∧ 1 ≤ X₀+X₁ ∧ 1+X₀ ≤ X₁ ∧ X₀ ≤ 0 ∧ 0 ≤ X₀
t₂₅: l6(X₀, X₁) → l3(X₀, X₁+1) :|: X₁ ≤ 0 ∧ X₁ ≤ X₀ ∧ X₀+X₁ ≤ 0 ∧ 0 ≤ X₁ ∧ 0 ≤ X₀+X₁ ∧ X₀ ≤ X₁ ∧ X₀ ≤ 0 ∧ 0 ≤ X₀

Chain transitions t₂₄: l5→l1 and t₁₈: l1→l3 to t₇₃: l5→l3

Chain transitions t₂₀: l2→l1 and t₁₈: l1→l3 to t₇₄: l2→l3

Chain transitions t₂₅: l6→l3 and t₂₂: l3→l6 to t₇₅: l6→l6

Chain transitions t₇₃: l5→l3 and t₂₂: l3→l6 to t₇₆: l5→l6

Chain transitions t₇₃: l5→l3 and t₂₁: l3→l5 to t₇₇: l5→l5

Chain transitions t₂₅: l6→l3 and t₂₁: l3→l5 to t₇₈: l6→l5

Chain transitions t₇₄: l2→l3 and t₂₁: l3→l5 to t₇₉: l2→l5

Chain transitions t₇₄: l2→l3 and t₂₂: l3→l6 to t₈₀: l2→l6

Analysing control-flow refined program

Cut unsatisfiable transition t₇₅: l6→l6

Cut unsatisfiable transition t₇₇: l5→l5

Cut unsatisfiable transition t₇₉: l2→l5

Found invariant X₁ ≤ 0 ∧ X₁ ≤ X₀ ∧ X₀+X₁ ≤ 0 ∧ 0 ≤ X₁ ∧ 0 ≤ X₀+X₁ ∧ X₀ ≤ X₁ ∧ X₀ ≤ 0 ∧ 0 ≤ X₀ for location l6

Found invariant X₁ ≤ 1 ∧ X₁ ≤ 1+X₀ ∧ X₀+X₁ ≤ 1 ∧ 1 ≤ X₁ ∧ 1 ≤ X₀+X₁ ∧ 1+X₀ ≤ X₁ ∧ X₀ ≤ 0 ∧ 0 ≤ X₀ for location l5

Found invariant X₀ ≤ 0 ∧ 0 ≤ X₀ for location l1

Found invariant X₁ ≤ 1 ∧ X₁ ≤ 1+X₀ ∧ X₀+X₁ ≤ 1 ∧ 0 ≤ X₁ ∧ 0 ≤ X₀+X₁ ∧ X₀ ≤ X₁ ∧ X₀ ≤ 0 ∧ 0 ≤ X₀ for location l3

CFR did not improve the program. Rolling back

CFR did not improve the program. Rolling back

Analysing control-flow refined program

Found invariant X₁ ≤ 0 ∧ X₁ ≤ X₀ ∧ X₀+X₁ ≤ 0 ∧ 0 ≤ X₁ ∧ 0 ≤ X₀+X₁ ∧ X₀ ≤ X₁ ∧ X₀ ≤ 0 ∧ 0 ≤ X₀ for location n_l6___4

Found invariant X₁ ≤ 1 ∧ X₁ ≤ 1+X₀ ∧ X₀+X₁ ≤ 1 ∧ 1 ≤ X₁ ∧ 1 ≤ X₀+X₁ ∧ 1+X₀ ≤ X₁ ∧ X₀ ≤ 0 ∧ 0 ≤ X₀ for location n_l3___3

Found invariant X₁ ≤ 0 ∧ X₁ ≤ X₀ ∧ X₀+X₁ ≤ 0 ∧ 0 ≤ X₁ ∧ 0 ≤ X₀+X₁ ∧ X₀ ≤ X₁ ∧ X₀ ≤ 0 ∧ 0 ≤ X₀ for location n_l3___5

Found invariant X₁ ≤ 1 ∧ X₁ ≤ 1+X₀ ∧ X₀+X₁ ≤ 1 ∧ 1 ≤ X₁ ∧ 1 ≤ X₀+X₁ ∧ 1+X₀ ≤ X₁ ∧ X₀ ≤ 0 ∧ 0 ≤ X₀ for location n_l5___2

Found invariant X₀ ≤ 0 ∧ 0 ≤ X₀ for location l1

Found invariant X₁ ≤ 1 ∧ X₁ ≤ 1+X₀ ∧ X₀+X₁ ≤ 1 ∧ 1 ≤ X₁ ∧ 1 ≤ X₀+X₁ ∧ 1+X₀ ≤ X₁ ∧ X₀ ≤ 0 ∧ 0 ≤ X₀ for location n_l1___1

CFR did not improve the program. Rolling back

CFR did not improve the program. Rolling back

All Bounds

Timebounds

Overall timebound:inf {Infinity}
t₁₇: 1 {O(1)}
t₁₈: inf {Infinity}
t₂₀: 1 {O(1)}
t₂₁: inf {Infinity}
t₂₂: inf {Infinity}
t₂₄: inf {Infinity}
t₂₅: inf {Infinity}

Costbounds

Overall costbound: inf {Infinity}
t₁₇: 1 {O(1)}
t₁₈: inf {Infinity}
t₂₀: 1 {O(1)}
t₂₁: inf {Infinity}
t₂₂: inf {Infinity}
t₂₄: inf {Infinity}
t₂₅: inf {Infinity}

Sizebounds

t₁₇, X₀: X₀ {O(n)}
t₁₇, X₁: X₁ {O(n)}
t₁₈, X₀: 0 {O(1)}
t₁₈, X₁: 0 {O(1)}
t₂₀, X₀: 0 {O(1)}
t₂₀, X₁: X₁ {O(n)}
t₂₁, X₀: 0 {O(1)}
t₂₁, X₁: 1 {O(1)}
t₂₂, X₀: 0 {O(1)}
t₂₂, X₁: 0 {O(1)}
t₂₄, X₀: 0 {O(1)}
t₂₄, X₁: 1 {O(1)}
t₂₅, X₀: 0 {O(1)}
t₂₅, X₁: 1 {O(1)}