Problem Transformed CSR 04 PALINDROME nosorts FR

Tool Bounds

Execution Time60.0326ms
Answer
TIMEOUT
InputTransformed CSR 04 PALINDROME nosorts FR

stdout:

TIMEOUT

We consider the following Problem:

  Strict Trs:
    {  activate(X) -> X
     , isNePal(__(I, __(P, I))) -> tt()
     , and(tt(), X) -> activate(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.29535794ms
Answer
MAYBE
InputTransformed CSR 04 PALINDROME nosorts FR

stdout:

MAYBE

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

Tool EDA

Execution Time0.37184095ms
Answer
YES(?,O(n^2))
InputTransformed CSR 04 PALINDROME nosorts FR

stdout:

YES(?,O(n^2))

We consider the following Problem:

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

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

Tool IDA

Execution Time0.6451149ms
Answer
YES(?,O(n^2))
InputTransformed CSR 04 PALINDROME nosorts FR

stdout:

YES(?,O(n^2))

We consider the following Problem:

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

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

Tool TRI

Execution Time0.14741611ms
Answer
YES(?,O(n^2))
InputTransformed CSR 04 PALINDROME nosorts FR

stdout:

YES(?,O(n^2))

We consider the following Problem:

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

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

Tool TRI2

Execution Time0.11854792ms
Answer
YES(?,O(n^2))
InputTransformed CSR 04 PALINDROME nosorts FR

stdout:

YES(?,O(n^2))

We consider the following Problem:

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

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