Problem Transformed CSR 04 Ex18 Luc06 Z

Tool Bounds

Execution Time3.8073063e-2ms
Answer
YES(?,O(n^1))
InputTransformed CSR 04 Ex18 Luc06 Z

stdout:

YES(?,O(n^1))

We consider the following Problem:

  Strict Trs:
    {  activate(X) -> X
     , activate(n__f(X)) -> f(X)
     , f(X) -> n__f(X)
     , f(f(a())) -> f(g(n__f(a())))}
  StartTerms: all
  Strategy: none

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

Proof:
  The problem is match-bounded by 2.
  The enriched problem is compatible with the following automaton:
  {  a_0() -> 1
   , a_1() -> 3
   , f_0(1) -> 1
   , f_1(1) -> 1
   , n__f_0(1) -> 1
   , n__f_1(1) -> 1
   , n__f_1(3) -> 2
   , n__f_2(1) -> 1
   , g_0(1) -> 1
   , g_1(2) -> 1
   , activate_0(1) -> 1}

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

Tool CDI

Execution Time5.0337157ms
Answer
YES(?,O(n^2))
InputTransformed CSR 04 Ex18 Luc06 Z

stdout:

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

This TRS is terminating using the deltarestricted interpretation
activate(delta, X0) =  + 1*X0 + 0 + 0*X0*delta + 2*delta
a(delta) =  + 0 + 0*delta
n__f(delta, X0) =  + 0*X0 + 0 + 2*X0*delta + 1*delta
g(delta, X0) =  + 0*X0 + 0 + 2*X0*delta + 0*delta
f(delta, X0) =  + 0*X0 + 0 + 2*X0*delta + 2*delta
activate_tau_1(delta) = delta/(1 + 0 * delta)
n__f_tau_1(delta) = delta/(0 + 2 * delta)
g_tau_1(delta) = delta/(0 + 2 * delta)
f_tau_1(delta) = delta/(0 + 2 * delta)

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

Tool EDA

Execution Time0.107733965ms
Answer
YES(?,O(n^1))
InputTransformed CSR 04 Ex18 Luc06 Z

stdout:

YES(?,O(n^1))

We consider the following Problem:

  Strict Trs:
    {  activate(X) -> X
     , activate(n__f(X)) -> f(X)
     , f(X) -> n__f(X)
     , f(f(a())) -> f(g(n__f(a())))}
  StartTerms: all
  Strategy: none

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

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

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

Tool IDA

Execution Time0.223454ms
Answer
YES(?,O(n^1))
InputTransformed CSR 04 Ex18 Luc06 Z

stdout:

YES(?,O(n^1))

We consider the following Problem:

  Strict Trs:
    {  activate(X) -> X
     , activate(n__f(X)) -> f(X)
     , f(X) -> n__f(X)
     , f(f(a())) -> f(g(n__f(a())))}
  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() = [1]
   f(x1) = [1] x1 + [2]
   n__f(x1) = [1] x1 + [1]
   g(x1) = [1] x1 + [0]
   activate(x1) = [1] x1 + [3]

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

Tool TRI

Execution Time8.665395e-2ms
Answer
YES(?,O(n^1))
InputTransformed CSR 04 Ex18 Luc06 Z

stdout:

YES(?,O(n^1))

We consider the following Problem:

  Strict Trs:
    {  activate(X) -> X
     , activate(n__f(X)) -> f(X)
     , f(X) -> n__f(X)
     , f(f(a())) -> f(g(n__f(a())))}
  StartTerms: all
  Strategy: none

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

Proof:
  We have the following triangular matrix interpretation:
  Interpretation Functions:
   a() = [1]
   f(x1) = [1] x1 + [2]
   n__f(x1) = [1] x1 + [1]
   g(x1) = [1] x1 + [0]
   activate(x1) = [1] x1 + [3]

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

Tool TRI2

Execution Time0.13586116ms
Answer
YES(?,O(n^2))
InputTransformed CSR 04 Ex18 Luc06 Z

stdout:

YES(?,O(n^2))

We consider the following Problem:

  Strict Trs:
    {  activate(X) -> X
     , activate(n__f(X)) -> f(X)
     , f(X) -> n__f(X)
     , f(f(a())) -> f(g(n__f(a())))}
  StartTerms: all
  Strategy: none

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

Proof:
  We have the following triangular matrix interpretation:
  Interpretation Functions:
   a() = [1]
         [0]
   f(x1) = [1 0] x1 + [2]
           [0 0]      [0]
   n__f(x1) = [1 0] x1 + [1]
              [0 0]      [0]
   g(x1) = [1 3] x1 + [0]
           [0 0]      [3]
   activate(x1) = [1 3] x1 + [3]
                  [0 1]      [3]

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