Problem Strategy outermost added 08 ExIntrod GM01 FR

Tool Bounds

Execution Time60.03987ms
Answer
TIMEOUT
InputStrategy outermost added 08 ExIntrod GM01 FR

stdout:

TIMEOUT

We consider the following Problem:

  Strict Trs:
    {  activate(X) -> X
     , activate(n__zeros()) -> zeros()
     , activate(n__adx(X)) -> adx(activate(X))
     , activate(n__incr(X)) -> incr(activate(X))
     , zeros() -> n__zeros()
     , adx(X) -> n__adx(X)
     , incr(X) -> n__incr(X)
     , tail(cons(X, L)) -> activate(L)
     , head(cons(X, L)) -> X
     , zeros() -> cons(0(), n__zeros())
     , nats() -> adx(zeros())
     , adx(cons(X, L)) -> incr(cons(X, n__adx(activate(L))))
     , adx(nil()) -> nil()
     , incr(cons(X, L)) -> cons(s(X), n__incr(activate(L)))
     , incr(nil()) -> nil()}
  StartTerms: all
  Strategy: none

Certificate: TIMEOUT

Proof:
  Computation stopped due to timeout after 60.0 seconds.

Arrrr..

Tool CDI

Execution Time9.081089ms
Answer
MAYBE
InputStrategy outermost added 08 ExIntrod GM01 FR

stdout:

MAYBE

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

Tool EDA

Execution Time59.67267ms
Answer
MAYBE
InputStrategy outermost added 08 ExIntrod GM01 FR

stdout:

MAYBE

We consider the following Problem:

  Strict Trs:
    {  activate(X) -> X
     , activate(n__zeros()) -> zeros()
     , activate(n__adx(X)) -> adx(activate(X))
     , activate(n__incr(X)) -> incr(activate(X))
     , zeros() -> n__zeros()
     , adx(X) -> n__adx(X)
     , incr(X) -> n__incr(X)
     , tail(cons(X, L)) -> activate(L)
     , head(cons(X, L)) -> X
     , zeros() -> cons(0(), n__zeros())
     , nats() -> adx(zeros())
     , adx(cons(X, L)) -> incr(cons(X, n__adx(activate(L))))
     , adx(nil()) -> nil()
     , incr(cons(X, L)) -> cons(s(X), n__incr(activate(L)))
     , incr(nil()) -> nil()}
  StartTerms: all
  Strategy: none

Certificate: MAYBE

Proof:
  None of the processors succeeded.
  
  Details of failed attempt(s):
  -----------------------------
    1) 'matrix-interpretation of dimension 4' 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 2' failed due to the following reason:
         The input cannot be shown compatible
    
    4) 'matrix-interpretation of dimension 1' failed due to the following reason:
         The input cannot be shown compatible
    

Arrrr..

Tool IDA

Execution Time34.804863ms
Answer
MAYBE
InputStrategy outermost added 08 ExIntrod GM01 FR

stdout:

MAYBE

We consider the following Problem:

  Strict Trs:
    {  activate(X) -> X
     , activate(n__zeros()) -> zeros()
     , activate(n__adx(X)) -> adx(activate(X))
     , activate(n__incr(X)) -> incr(activate(X))
     , zeros() -> n__zeros()
     , adx(X) -> n__adx(X)
     , incr(X) -> n__incr(X)
     , tail(cons(X, L)) -> activate(L)
     , head(cons(X, L)) -> X
     , zeros() -> cons(0(), n__zeros())
     , nats() -> adx(zeros())
     , adx(cons(X, L)) -> incr(cons(X, n__adx(activate(L))))
     , adx(nil()) -> nil()
     , incr(cons(X, L)) -> cons(s(X), n__incr(activate(L)))
     , incr(nil()) -> nil()}
  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 Time7.7792153ms
Answer
MAYBE
InputStrategy outermost added 08 ExIntrod GM01 FR

stdout:

MAYBE

We consider the following Problem:

  Strict Trs:
    {  activate(X) -> X
     , activate(n__zeros()) -> zeros()
     , activate(n__adx(X)) -> adx(activate(X))
     , activate(n__incr(X)) -> incr(activate(X))
     , zeros() -> n__zeros()
     , adx(X) -> n__adx(X)
     , incr(X) -> n__incr(X)
     , tail(cons(X, L)) -> activate(L)
     , head(cons(X, L)) -> X
     , zeros() -> cons(0(), n__zeros())
     , nats() -> adx(zeros())
     , adx(cons(X, L)) -> incr(cons(X, n__adx(activate(L))))
     , adx(nil()) -> nil()
     , incr(cons(X, L)) -> cons(s(X), n__incr(activate(L)))
     , incr(nil()) -> nil()}
  StartTerms: all
  Strategy: none

Certificate: MAYBE

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

Execution Time0.27007914ms
Answer
MAYBE
InputStrategy outermost added 08 ExIntrod GM01 FR

stdout:

MAYBE

We consider the following Problem:

  Strict Trs:
    {  activate(X) -> X
     , activate(n__zeros()) -> zeros()
     , activate(n__adx(X)) -> adx(activate(X))
     , activate(n__incr(X)) -> incr(activate(X))
     , zeros() -> n__zeros()
     , adx(X) -> n__adx(X)
     , incr(X) -> n__incr(X)
     , tail(cons(X, L)) -> activate(L)
     , head(cons(X, L)) -> X
     , zeros() -> cons(0(), n__zeros())
     , nats() -> adx(zeros())
     , adx(cons(X, L)) -> incr(cons(X, n__adx(activate(L))))
     , adx(nil()) -> nil()
     , incr(cons(X, L)) -> cons(s(X), n__incr(activate(L)))
     , incr(nil()) -> nil()}
  StartTerms: all
  Strategy: none

Certificate: MAYBE

Proof:
  The input cannot be shown compatible

Arrrr..