Problem SK90 4.33

Tool Bounds

Execution Time3.5011053e-2ms
Answer
YES(?,O(n^1))
InputSK90 4.33

stdout:

YES(?,O(n^1))

We consider the following Problem:

  Strict Trs: {a(b(a(x))) -> b(a(b(x)))}
  StartTerms: all
  Strategy: none

Certificate: YES(?,O(n^1))

Proof:
  The problem is match-bounded by 1.
  The enriched problem is compatible with the following automaton:
  {  a_0(1) -> 1
   , a_0(2) -> 1
   , a_1(4) -> 3
   , b_0(1) -> 2
   , b_0(2) -> 2
   , b_1(1) -> 4
   , b_1(2) -> 4
   , b_1(3) -> 1
   , b_1(3) -> 3
   , b_1(4) -> 4}

Hurray, we answered YES(?,O(n^1))

Tool CDI

Execution Time2.2260082ms
Answer
YES(?,O(n^2))
InputSK90 4.33

stdout:

YES(?,O(n^2))
QUADRATIC upper bound on the derivational complexity

This TRS is terminating using the deltarestricted interpretation
a(delta, X0) =  + 0*X0 + 2 + 2*X0*delta + 0*delta
b(delta, X0) =  + 1*X0 + 0 + 0*X0*delta + 1*delta
a_tau_1(delta) = delta/(0 + 2 * delta)
b_tau_1(delta) = delta/(1 + 0 * delta)

Time: 2.187550 seconds
Statistics:
Number of monomials: 321
Last formula building started for bound 3
Last SAT solving started for bound 3

Tool EDA

Execution Time0.12205696ms
Answer
YES(?,O(n^1))
InputSK90 4.33

stdout:

YES(?,O(n^1))

We consider the following Problem:

  Strict Trs: {a(b(a(x))) -> b(a(b(x)))}
  StartTerms: all
  Strategy: none

Certificate: YES(?,O(n^1))

Proof:
  We have the following EDA-non-satisfying matrix interpretation:
  Interpretation Functions:
   a(x1) = [1] x1 + [2]
   b(x1) = [1] x1 + [0]

Hurray, we answered YES(?,O(n^1))

Tool IDA

Execution Time0.106616974ms
Answer
YES(?,O(n^1))
InputSK90 4.33

stdout:

YES(?,O(n^1))

We consider the following Problem:

  Strict Trs: {a(b(a(x))) -> b(a(b(x)))}
  StartTerms: all
  Strategy: none

Certificate: YES(?,O(n^1))

Proof:
  We have the following EDA-non-satisfying and IDA(1)-non-satisfying matrix interpretation:
  Interpretation Functions:
   a(x1) = [1] x1 + [2]
   b(x1) = [1] x1 + [0]

Hurray, we answered YES(?,O(n^1))

Tool TRI

Execution Time7.841802e-2ms
Answer
YES(?,O(n^1))
InputSK90 4.33

stdout:

YES(?,O(n^1))

We consider the following Problem:

  Strict Trs: {a(b(a(x))) -> b(a(b(x)))}
  StartTerms: all
  Strategy: none

Certificate: YES(?,O(n^1))

Proof:
  We have the following triangular matrix interpretation:
  Interpretation Functions:
   a(x1) = [1] x1 + [2]
   b(x1) = [1] x1 + [0]

Hurray, we answered YES(?,O(n^1))

Tool TRI2

Execution Time9.3364e-2ms
Answer
YES(?,O(n^2))
InputSK90 4.33

stdout:

YES(?,O(n^2))

We consider the following Problem:

  Strict Trs: {a(b(a(x))) -> b(a(b(x)))}
  StartTerms: all
  Strategy: none

Certificate: YES(?,O(n^2))

Proof:
  We have the following triangular matrix interpretation:
  Interpretation Functions:
   a(x1) = [1 2] x1 + [0]
           [0 1]      [2]
   b(x1) = [1 1] x1 + [2]
           [0 1]      [0]

Hurray, we answered YES(?,O(n^2))