Problem Maude 06 MYNAT nosorts-peanoSimple

Tool Bounds

Execution Time60.030304ms
Answer
TIMEOUT
InputMaude 06 MYNAT nosorts-peanoSimple

stdout:

TIMEOUT

We consider the following Problem:

  Strict Trs:
    {  plus(N, s(M)) -> s(plus(N, M))
     , plus(N, 0()) -> N
     , and(tt(), X) -> X}
  StartTerms: all
  Strategy: none

Certificate: TIMEOUT

Proof:
  Computation stopped due to timeout after 60.0 seconds.

Arrrr..

Tool CDI

Execution Time0.10212302ms
Answer
YES(?,O(n^2))
InputMaude 06 MYNAT nosorts-peanoSimple

stdout:

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

This TRS is terminating using the deltarestricted interpretation
s(delta, X0) =  + 1*X0 + 2 + 0*X0*delta + 0*delta
0(delta) =  + 0 + 1*delta
plus(delta, X1, X0) =  + 1*X0 + 1*X1 + 0 + 1*X0*delta + 0*X1*delta + 0*delta
tt(delta) =  + 0 + 1*delta
and(delta, X1, X0) =  + 1*X0 + 0*X1 + 0 + 0*X0*delta + 1*X1*delta + 1*delta
s_tau_1(delta) = delta/(1 + 0 * delta)
plus_tau_1(delta) = delta/(1 + 0 * delta)
plus_tau_2(delta) = delta/(1 + 1 * delta)
and_tau_1(delta) = delta/(0 + 1 * delta)
and_tau_2(delta) = delta/(1 + 0 * delta)

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

Tool EDA

Execution Time0.2191639ms
Answer
YES(?,O(n^2))
InputMaude 06 MYNAT nosorts-peanoSimple

stdout:

YES(?,O(n^2))

We consider the following Problem:

  Strict Trs:
    {  plus(N, s(M)) -> s(plus(N, M))
     , plus(N, 0()) -> N
     , and(tt(), X) -> X}
  StartTerms: all
  Strategy: none

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

Proof:
  We have the following EDA-non-satisfying matrix interpretation:
  Interpretation Functions:
   and(x1, x2) = [1 0] x1 + [1 0] x2 + [3]
                 [0 0]      [0 1]      [3]
   tt() = [3]
          [3]
   plus(x1, x2) = [1 0] x1 + [1 2] x2 + [0]
                  [0 1]      [0 1]      [2]
   0() = [3]
         [3]
   s(x1) = [1 0] x1 + [0]
           [0 1]      [2]

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

Tool IDA

Execution Time0.4800532ms
Answer
YES(?,O(n^2))
InputMaude 06 MYNAT nosorts-peanoSimple

stdout:

YES(?,O(n^2))

We consider the following Problem:

  Strict Trs:
    {  plus(N, s(M)) -> s(plus(N, M))
     , plus(N, 0()) -> N
     , and(tt(), X) -> X}
  StartTerms: all
  Strategy: none

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

Proof:
  We have the following EDA-non-satisfying and IDA(2)-non-satisfying matrix interpretation:
  Interpretation Functions:
   and(x1, x2) = [1 0] x1 + [1 0] x2 + [3]
                 [0 0]      [0 1]      [3]
   tt() = [3]
          [3]
   plus(x1, x2) = [1 0] x1 + [1 2] x2 + [0]
                  [0 1]      [0 1]      [2]
   0() = [1]
         [0]
   s(x1) = [1 0] x1 + [0]
           [0 1]      [2]

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

Tool TRI

Execution Time0.11040902ms
Answer
YES(?,O(n^2))
InputMaude 06 MYNAT nosorts-peanoSimple

stdout:

YES(?,O(n^2))

We consider the following Problem:

  Strict Trs:
    {  plus(N, s(M)) -> s(plus(N, M))
     , plus(N, 0()) -> N
     , and(tt(), X) -> X}
  StartTerms: all
  Strategy: none

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

Proof:
  We have the following triangular matrix interpretation:
  Interpretation Functions:
   and(x1, x2) = [1 1] x1 + [1 0] x2 + [3]
                 [0 1]      [0 1]      [3]
   tt() = [3]
          [3]
   plus(x1, x2) = [1 3] x1 + [1 2] x2 + [0]
                  [0 1]      [0 1]      [0]
   0() = [3]
         [3]
   s(x1) = [1 0] x1 + [0]
           [0 1]      [2]

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

Tool TRI2

Execution Time7.553482e-2ms
Answer
YES(?,O(n^2))
InputMaude 06 MYNAT nosorts-peanoSimple

stdout:

YES(?,O(n^2))

We consider the following Problem:

  Strict Trs:
    {  plus(N, s(M)) -> s(plus(N, M))
     , plus(N, 0()) -> N
     , and(tt(), X) -> X}
  StartTerms: all
  Strategy: none

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

Proof:
  We have the following triangular matrix interpretation:
  Interpretation Functions:
   and(x1, x2) = [1 1] x1 + [1 0] x2 + [3]
                 [0 1]      [0 1]      [3]
   tt() = [3]
          [3]
   plus(x1, x2) = [1 3] x1 + [1 2] x2 + [0]
                  [0 1]      [0 1]      [0]
   0() = [3]
         [3]
   s(x1) = [1 0] x1 + [0]
           [0 1]      [2]

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