Problem Transformed CSR 04 Ex2 Luc03b L

Tool Bounds

Execution Time3.0829906e-2ms
Answer
YES(?,O(n^1))
InputTransformed CSR 04 Ex2 Luc03b L

stdout:

YES(?,O(n^1))

We consider the following Problem:

  Strict Trs:
    {  len(cons(X)) -> s()
     , len(nil()) -> 0()
     , add(s(), Y) -> s()
     , add(0(), X) -> X
     , from(X) -> cons(X)
     , fst(s(), cons(Y)) -> cons(Y)
     , fst(0(), Z) -> nil()}
  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:
  {  0_0() -> 1
   , 0_1() -> 1
   , fst_0(1, 1) -> 1
   , nil_0() -> 1
   , nil_1() -> 1
   , s_0() -> 1
   , s_1() -> 1
   , cons_0(1) -> 1
   , cons_1(1) -> 1
   , from_0(1) -> 1
   , add_0(1, 1) -> 1
   , len_0(1) -> 1}

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

Tool CDI

Execution Time0.14503503ms
Answer
YES(?,O(n^2))
InputTransformed CSR 04 Ex2 Luc03b L

stdout:

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

This TRS is terminating using the deltarestricted interpretation
len(delta, X0) =  + 1*X0 + 0 + 0*X0*delta + 0*delta
add(delta, X1, X0) =  + 1*X0 + 1*X1 + 0 + 0*X0*delta + 3*X1*delta + 0*delta
from(delta, X0) =  + 0*X0 + 2 + 1*X0*delta + 3*delta
s(delta) =  + 2 + 0*delta
cons(delta, X0) =  + 0*X0 + 2 + 1*X0*delta + 2*delta
0(delta) =  + 1 + 0*delta
fst(delta, X1, X0) =  + 1*X0 + 1*X1 + 3 + 2*X0*delta + 2*X1*delta + 3*delta
nil(delta) =  + 1 + 1*delta
len_tau_1(delta) = delta/(1 + 0 * delta)
add_tau_1(delta) = delta/(1 + 3 * delta)
add_tau_2(delta) = delta/(1 + 0 * delta)
from_tau_1(delta) = delta/(0 + 1 * delta)
cons_tau_1(delta) = delta/(0 + 1 * delta)
fst_tau_1(delta) = delta/(1 + 2 * delta)
fst_tau_2(delta) = delta/(1 + 2 * delta)

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

Tool EDA

Execution Time0.14536595ms
Answer
YES(?,O(n^1))
InputTransformed CSR 04 Ex2 Luc03b L

stdout:

YES(?,O(n^1))

We consider the following Problem:

  Strict Trs:
    {  len(cons(X)) -> s()
     , len(nil()) -> 0()
     , add(s(), Y) -> s()
     , add(0(), X) -> X
     , from(X) -> cons(X)
     , fst(s(), cons(Y)) -> cons(Y)
     , fst(0(), Z) -> nil()}
  StartTerms: all
  Strategy: none

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

Proof:
  We have the following EDA-non-satisfying matrix interpretation:
  Interpretation Functions:
   0() = [0]
   fst(x1, x2) = [1] x1 + [1] x2 + [3]
   nil() = [1]
   s() = [0]
   cons(x1) = [1] x1 + [1]
   from(x1) = [1] x1 + [3]
   add(x1, x2) = [1] x1 + [1] x2 + [3]
   len(x1) = [1] x1 + [0]

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

Tool IDA

Execution Time0.17583203ms
Answer
YES(?,O(n^1))
InputTransformed CSR 04 Ex2 Luc03b L

stdout:

YES(?,O(n^1))

We consider the following Problem:

  Strict Trs:
    {  len(cons(X)) -> s()
     , len(nil()) -> 0()
     , add(s(), Y) -> s()
     , add(0(), X) -> X
     , from(X) -> cons(X)
     , fst(s(), cons(Y)) -> cons(Y)
     , fst(0(), Z) -> nil()}
  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:
   0() = [0]
   fst(x1, x2) = [1] x1 + [1] x2 + [3]
   nil() = [1]
   s() = [0]
   cons(x1) = [1] x1 + [1]
   from(x1) = [1] x1 + [3]
   add(x1, x2) = [1] x1 + [1] x2 + [3]
   len(x1) = [1] x1 + [0]

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

Tool TRI

Execution Time9.2504025e-2ms
Answer
YES(?,O(n^1))
InputTransformed CSR 04 Ex2 Luc03b L

stdout:

YES(?,O(n^1))

We consider the following Problem:

  Strict Trs:
    {  len(cons(X)) -> s()
     , len(nil()) -> 0()
     , add(s(), Y) -> s()
     , add(0(), X) -> X
     , from(X) -> cons(X)
     , fst(s(), cons(Y)) -> cons(Y)
     , fst(0(), Z) -> nil()}
  StartTerms: all
  Strategy: none

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

Proof:
  We have the following triangular matrix interpretation:
  Interpretation Functions:
   0() = [0]
   fst(x1, x2) = [1] x1 + [1] x2 + [3]
   nil() = [1]
   s() = [0]
   cons(x1) = [1] x1 + [1]
   from(x1) = [1] x1 + [3]
   add(x1, x2) = [1] x1 + [1] x2 + [3]
   len(x1) = [1] x1 + [0]

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

Tool TRI2

Execution Time0.108129025ms
Answer
YES(?,O(n^2))
InputTransformed CSR 04 Ex2 Luc03b L

stdout:

YES(?,O(n^2))

We consider the following Problem:

  Strict Trs:
    {  len(cons(X)) -> s()
     , len(nil()) -> 0()
     , add(s(), Y) -> s()
     , add(0(), X) -> X
     , from(X) -> cons(X)
     , fst(s(), cons(Y)) -> cons(Y)
     , fst(0(), Z) -> nil()}
  StartTerms: all
  Strategy: none

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

Proof:
  We have the following triangular matrix interpretation:
  Interpretation Functions:
   0() = [3]
         [0]
   fst(x1, x2) = [1 0] x1 + [1 0] x2 + [0]
                 [0 0]      [0 1]      [2]
   nil() = [2]
           [0]
   s() = [2]
         [0]
   cons(x1) = [1 3] x1 + [2]
              [0 1]      [2]
   from(x1) = [1 3] x1 + [3]
              [0 1]      [3]
   add(x1, x2) = [1 0] x1 + [1 0] x2 + [2]
                 [0 1]      [0 1]      [3]
   len(x1) = [1 0] x1 + [2]
             [0 0]      [0]

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