Start: l0
Program_Vars: X₀, X₁, X₂, X₃, X₄
Temp_Vars:
Locations: l0, l1
Transitions:
t₀: l0(X₀, X₁, X₂, X₃, X₄) → l1(X₀, X₁, X₂, X₃, X₄)
t₁: l1(X₀, X₁, X₂, X₃, X₄) → l1(X₀, 3⋅X₁-4⋅X₂, 4⋅X₁-3⋅X₂, 5⋅X₃, 5⋅X₄-(X₀)²) :|: 1 ≤ 2⋅X₀+X₀*X₂ ∧ 2 ≤ (X₁)²
Eliminate variables [X₃; X₄] that do not contribute to the problem
Start: l0
Program_Vars: X₀, X₁, X₂
Temp_Vars:
Locations: l0, l1
Transitions:
t₄: l0(X₀, X₁, X₂) → l1(X₀, X₁, X₂)
t₅: l1(X₀, X₁, X₂) → l1(X₀, 3⋅X₁-4⋅X₂, 4⋅X₁-3⋅X₂) :|: 1 ≤ 2⋅X₀+X₀*X₂ ∧ 2 ≤ (X₁)²
Overall timebound:inf {Infinity}
t₄: 1 {O(1)}
t₅: inf {Infinity}
Overall costbound: inf {Infinity}
t₄: 1 {O(1)}
t₅: inf {Infinity}
t₄, X₀: X₀ {O(n)}
t₄, X₁: X₁ {O(n)}
t₄, X₂: X₂ {O(n)}
t₅, X₀: X₀ {O(n)}