Problem Maude 06 PALINDROME nosorts

Tool Bounds

Execution Time60.032383ms
Answer
TIMEOUT
InputMaude 06 PALINDROME nosorts

stdout:

TIMEOUT

We consider the following Problem:

  Strict Trs:
    {  isNePal(__(I, __(P, I))) -> tt()
     , and(tt(), X) -> X
     , __(nil(), X) -> X
     , __(X, nil()) -> X
     , __(__(X, Y), Z) -> __(X, __(Y, Z))}
  StartTerms: all
  Strategy: none

Certificate: TIMEOUT

Proof:
  Computation stopped due to timeout after 60.0 seconds.

Arrrr..

Tool CDI

Execution Time0.28971505ms
Answer
MAYBE
InputMaude 06 PALINDROME nosorts

stdout:

MAYBE

Statistics:
Number of monomials: 228
Last formula building started for bound 3
Last SAT solving started for bound 3

Tool EDA

Execution Time0.40653896ms
Answer
YES(?,O(n^2))
InputMaude 06 PALINDROME nosorts

stdout:

YES(?,O(n^2))

We consider the following Problem:

  Strict Trs:
    {  isNePal(__(I, __(P, I))) -> tt()
     , and(tt(), X) -> X
     , __(nil(), X) -> X
     , __(X, nil()) -> X
     , __(__(X, Y), Z) -> __(X, __(Y, Z))}
  StartTerms: all
  Strategy: none

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

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

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

Tool IDA

Execution Time0.557426ms
Answer
YES(?,O(n^2))
InputMaude 06 PALINDROME nosorts

stdout:

YES(?,O(n^2))

We consider the following Problem:

  Strict Trs:
    {  isNePal(__(I, __(P, I))) -> tt()
     , and(tt(), X) -> X
     , __(nil(), X) -> X
     , __(X, nil()) -> X
     , __(__(X, Y), Z) -> __(X, __(Y, Z))}
  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:
   __(x1, x2) = [1 2] x1 + [1 0] x2 + [0]
                [0 1]      [0 1]      [2]
   nil() = [1]
           [2]
   and(x1, x2) = [1 0] x1 + [1 0] x2 + [3]
                 [0 0]      [0 1]      [3]
   tt() = [2]
          [3]
   isNePal(x1) = [1 0] x1 + [3]
                 [0 0]      [3]

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

Tool TRI

Execution Time0.165102ms
Answer
YES(?,O(n^2))
InputMaude 06 PALINDROME nosorts

stdout:

YES(?,O(n^2))

We consider the following Problem:

  Strict Trs:
    {  isNePal(__(I, __(P, I))) -> tt()
     , and(tt(), X) -> X
     , __(nil(), X) -> X
     , __(X, nil()) -> X
     , __(__(X, Y), Z) -> __(X, __(Y, Z))}
  StartTerms: all
  Strategy: none

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

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

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

Tool TRI2

Execution Time0.11037207ms
Answer
YES(?,O(n^2))
InputMaude 06 PALINDROME nosorts

stdout:

YES(?,O(n^2))

We consider the following Problem:

  Strict Trs:
    {  isNePal(__(I, __(P, I))) -> tt()
     , and(tt(), X) -> X
     , __(nil(), X) -> X
     , __(X, nil()) -> X
     , __(__(X, Y), Z) -> __(X, __(Y, Z))}
  StartTerms: all
  Strategy: none

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

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

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