Problem Transformed CSR 04 PALINDROME nosorts C

Tool Bounds

Execution Time60.043232ms
Answer
TIMEOUT
InputTransformed CSR 04 PALINDROME nosorts C

stdout:

TIMEOUT

We consider the following Problem:

  Strict Trs:
    {  top(ok(X)) -> top(active(X))
     , top(mark(X)) -> top(proper(X))
     , isNePal(ok(X)) -> ok(isNePal(X))
     , and(ok(X1), ok(X2)) -> ok(and(X1, X2))
     , __(ok(X1), ok(X2)) -> ok(__(X1, X2))
     , proper(isNePal(X)) -> isNePal(proper(X))
     , proper(tt()) -> ok(tt())
     , proper(and(X1, X2)) -> and(proper(X1), proper(X2))
     , proper(nil()) -> ok(nil())
     , proper(__(X1, X2)) -> __(proper(X1), proper(X2))
     , isNePal(mark(X)) -> mark(isNePal(X))
     , and(mark(X1), X2) -> mark(and(X1, X2))
     , __(X1, mark(X2)) -> mark(__(X1, X2))
     , __(mark(X1), X2) -> mark(__(X1, X2))
     , active(isNePal(X)) -> isNePal(active(X))
     , active(and(X1, X2)) -> and(active(X1), X2)
     , active(__(X1, X2)) -> __(X1, active(X2))
     , active(__(X1, X2)) -> __(active(X1), X2)
     , active(isNePal(__(I, __(P, I)))) -> mark(tt())
     , active(and(tt(), X)) -> mark(X)
     , active(__(nil(), X)) -> mark(X)
     , active(__(X, nil())) -> mark(X)
     , active(__(__(X, Y), Z)) -> mark(__(X, __(Y, Z)))}
  StartTerms: all
  Strategy: none

Certificate: TIMEOUT

Proof:
  Computation stopped due to timeout after 60.0 seconds.

Arrrr..

Tool CDI

Execution Time19.687822ms
Answer
MAYBE
InputTransformed CSR 04 PALINDROME nosorts C

stdout:

MAYBE

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

Tool EDA

Execution Time60.047314ms
Answer
TIMEOUT
InputTransformed CSR 04 PALINDROME nosorts C

stdout:

TIMEOUT

We consider the following Problem:

  Strict Trs:
    {  top(ok(X)) -> top(active(X))
     , top(mark(X)) -> top(proper(X))
     , isNePal(ok(X)) -> ok(isNePal(X))
     , and(ok(X1), ok(X2)) -> ok(and(X1, X2))
     , __(ok(X1), ok(X2)) -> ok(__(X1, X2))
     , proper(isNePal(X)) -> isNePal(proper(X))
     , proper(tt()) -> ok(tt())
     , proper(and(X1, X2)) -> and(proper(X1), proper(X2))
     , proper(nil()) -> ok(nil())
     , proper(__(X1, X2)) -> __(proper(X1), proper(X2))
     , isNePal(mark(X)) -> mark(isNePal(X))
     , and(mark(X1), X2) -> mark(and(X1, X2))
     , __(X1, mark(X2)) -> mark(__(X1, X2))
     , __(mark(X1), X2) -> mark(__(X1, X2))
     , active(isNePal(X)) -> isNePal(active(X))
     , active(and(X1, X2)) -> and(active(X1), X2)
     , active(__(X1, X2)) -> __(X1, active(X2))
     , active(__(X1, X2)) -> __(active(X1), X2)
     , active(isNePal(__(I, __(P, I)))) -> mark(tt())
     , active(and(tt(), X)) -> mark(X)
     , active(__(nil(), X)) -> mark(X)
     , active(__(X, nil())) -> mark(X)
     , active(__(__(X, Y), Z)) -> mark(__(X, __(Y, Z)))}
  StartTerms: all
  Strategy: none

Certificate: TIMEOUT

Proof:
  Computation stopped due to timeout after 60.0 seconds.

Arrrr..

Tool IDA

Execution Time50.539352ms
Answer
MAYBE
InputTransformed CSR 04 PALINDROME nosorts C

stdout:

MAYBE

We consider the following Problem:

  Strict Trs:
    {  top(ok(X)) -> top(active(X))
     , top(mark(X)) -> top(proper(X))
     , isNePal(ok(X)) -> ok(isNePal(X))
     , and(ok(X1), ok(X2)) -> ok(and(X1, X2))
     , __(ok(X1), ok(X2)) -> ok(__(X1, X2))
     , proper(isNePal(X)) -> isNePal(proper(X))
     , proper(tt()) -> ok(tt())
     , proper(and(X1, X2)) -> and(proper(X1), proper(X2))
     , proper(nil()) -> ok(nil())
     , proper(__(X1, X2)) -> __(proper(X1), proper(X2))
     , isNePal(mark(X)) -> mark(isNePal(X))
     , and(mark(X1), X2) -> mark(and(X1, X2))
     , __(X1, mark(X2)) -> mark(__(X1, X2))
     , __(mark(X1), X2) -> mark(__(X1, X2))
     , active(isNePal(X)) -> isNePal(active(X))
     , active(and(X1, X2)) -> and(active(X1), X2)
     , active(__(X1, X2)) -> __(X1, active(X2))
     , active(__(X1, X2)) -> __(active(X1), X2)
     , active(isNePal(__(I, __(P, I)))) -> mark(tt())
     , active(and(tt(), X)) -> mark(X)
     , active(__(nil(), X)) -> mark(X)
     , active(__(X, nil())) -> mark(X)
     , active(__(__(X, Y), Z)) -> mark(__(X, __(Y, Z)))}
  StartTerms: all
  Strategy: none

Certificate: MAYBE

Proof:
  None of the processors succeeded.
  
  Details of failed attempt(s):
  -----------------------------
    1) 'matrix-interpretation of dimension 3' failed due to the following reason:
         The input cannot be shown compatible
    
    2) 'matrix-interpretation of dimension 3' failed due to the following reason:
         The input cannot be shown compatible
    
    3) 'matrix-interpretation of dimension 3' failed due to the following reason:
         The input cannot be shown compatible
    
    4) 'matrix-interpretation of dimension 2' failed due to the following reason:
         The input cannot be shown compatible
    
    5) 'matrix-interpretation of dimension 2' failed due to the following reason:
         The input cannot be shown compatible
    
    6) 'matrix-interpretation of dimension 1' failed due to the following reason:
         The input cannot be shown compatible
    

Arrrr..

Tool TRI

Execution Time60.040623ms
Answer
TIMEOUT
InputTransformed CSR 04 PALINDROME nosorts C

stdout:

TIMEOUT

We consider the following Problem:

  Strict Trs:
    {  top(ok(X)) -> top(active(X))
     , top(mark(X)) -> top(proper(X))
     , isNePal(ok(X)) -> ok(isNePal(X))
     , and(ok(X1), ok(X2)) -> ok(and(X1, X2))
     , __(ok(X1), ok(X2)) -> ok(__(X1, X2))
     , proper(isNePal(X)) -> isNePal(proper(X))
     , proper(tt()) -> ok(tt())
     , proper(and(X1, X2)) -> and(proper(X1), proper(X2))
     , proper(nil()) -> ok(nil())
     , proper(__(X1, X2)) -> __(proper(X1), proper(X2))
     , isNePal(mark(X)) -> mark(isNePal(X))
     , and(mark(X1), X2) -> mark(and(X1, X2))
     , __(X1, mark(X2)) -> mark(__(X1, X2))
     , __(mark(X1), X2) -> mark(__(X1, X2))
     , active(isNePal(X)) -> isNePal(active(X))
     , active(and(X1, X2)) -> and(active(X1), X2)
     , active(__(X1, X2)) -> __(X1, active(X2))
     , active(__(X1, X2)) -> __(active(X1), X2)
     , active(isNePal(__(I, __(P, I)))) -> mark(tt())
     , active(and(tt(), X)) -> mark(X)
     , active(__(nil(), X)) -> mark(X)
     , active(__(X, nil())) -> mark(X)
     , active(__(__(X, Y), Z)) -> mark(__(X, __(Y, Z)))}
  StartTerms: all
  Strategy: none

Certificate: TIMEOUT

Proof:
  Computation stopped due to timeout after 60.0 seconds.

Arrrr..

Tool TRI2

Execution Time0.60425687ms
Answer
MAYBE
InputTransformed CSR 04 PALINDROME nosorts C

stdout:

MAYBE

We consider the following Problem:

  Strict Trs:
    {  top(ok(X)) -> top(active(X))
     , top(mark(X)) -> top(proper(X))
     , isNePal(ok(X)) -> ok(isNePal(X))
     , and(ok(X1), ok(X2)) -> ok(and(X1, X2))
     , __(ok(X1), ok(X2)) -> ok(__(X1, X2))
     , proper(isNePal(X)) -> isNePal(proper(X))
     , proper(tt()) -> ok(tt())
     , proper(and(X1, X2)) -> and(proper(X1), proper(X2))
     , proper(nil()) -> ok(nil())
     , proper(__(X1, X2)) -> __(proper(X1), proper(X2))
     , isNePal(mark(X)) -> mark(isNePal(X))
     , and(mark(X1), X2) -> mark(and(X1, X2))
     , __(X1, mark(X2)) -> mark(__(X1, X2))
     , __(mark(X1), X2) -> mark(__(X1, X2))
     , active(isNePal(X)) -> isNePal(active(X))
     , active(and(X1, X2)) -> and(active(X1), X2)
     , active(__(X1, X2)) -> __(X1, active(X2))
     , active(__(X1, X2)) -> __(active(X1), X2)
     , active(isNePal(__(I, __(P, I)))) -> mark(tt())
     , active(and(tt(), X)) -> mark(X)
     , active(__(nil(), X)) -> mark(X)
     , active(__(X, nil())) -> mark(X)
     , active(__(__(X, Y), Z)) -> mark(__(X, __(Y, Z)))}
  StartTerms: all
  Strategy: none

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..