Problem Transformed CSR 04 Ex6 9 Luc02c GM

Tool CaT

Execution TimeUnknown
Answer
MAYBE
InputTransformed CSR 04 Ex6 9 Luc02c GM

stdout:

MAYBE

Problem:
 a__2nd(cons1(X,cons(Y,Z))) -> mark(Y)
 a__2nd(cons(X,X1)) -> a__2nd(cons1(mark(X),mark(X1)))
 a__from(X) -> cons(mark(X),from(s(X)))
 mark(2nd(X)) -> a__2nd(mark(X))
 mark(from(X)) -> a__from(mark(X))
 mark(cons(X1,X2)) -> cons(mark(X1),X2)
 mark(s(X)) -> s(mark(X))
 mark(cons1(X1,X2)) -> cons1(mark(X1),mark(X2))
 a__2nd(X) -> 2nd(X)
 a__from(X) -> from(X)

Proof:
 Open

Tool IRC1

Execution TimeUnknown
Answer
MAYBE
InputTransformed CSR 04 Ex6 9 Luc02c GM

stdout:

MAYBE

Tool IRC2

Execution TimeUnknown
Answer
TIMEOUT
InputTransformed CSR 04 Ex6 9 Luc02c GM

stdout:

TIMEOUT

'Fastest (timeout of 60.0 seconds)'
-----------------------------------
Answer:           TIMEOUT
Input Problem:    innermost runtime-complexity with respect to
  Rules:
    {  a__2nd(cons1(X, cons(Y, Z))) -> mark(Y)
     , a__2nd(cons(X, X1)) -> a__2nd(cons1(mark(X), mark(X1)))
     , a__from(X) -> cons(mark(X), from(s(X)))
     , mark(2nd(X)) -> a__2nd(mark(X))
     , mark(from(X)) -> a__from(mark(X))
     , mark(cons(X1, X2)) -> cons(mark(X1), X2)
     , mark(s(X)) -> s(mark(X))
     , mark(cons1(X1, X2)) -> cons1(mark(X1), mark(X2))
     , a__2nd(X) -> 2nd(X)
     , a__from(X) -> from(X)}

Proof Output:    
  Computation stopped due to timeout after 60.0 seconds

Tool RC1

Execution TimeUnknown
Answer
MAYBE
InputTransformed CSR 04 Ex6 9 Luc02c GM

stdout:

MAYBE

Tool RC2

Execution TimeUnknown
Answer
TIMEOUT
InputTransformed CSR 04 Ex6 9 Luc02c GM

stdout:

TIMEOUT

'Fastest (timeout of 60.0 seconds)'
-----------------------------------
Answer:           TIMEOUT
Input Problem:    runtime-complexity with respect to
  Rules:
    {  a__2nd(cons1(X, cons(Y, Z))) -> mark(Y)
     , a__2nd(cons(X, X1)) -> a__2nd(cons1(mark(X), mark(X1)))
     , a__from(X) -> cons(mark(X), from(s(X)))
     , mark(2nd(X)) -> a__2nd(mark(X))
     , mark(from(X)) -> a__from(mark(X))
     , mark(cons(X1, X2)) -> cons(mark(X1), X2)
     , mark(s(X)) -> s(mark(X))
     , mark(cons1(X1, X2)) -> cons1(mark(X1), mark(X2))
     , a__2nd(X) -> 2nd(X)
     , a__from(X) -> from(X)}

Proof Output:    
  Computation stopped due to timeout after 60.0 seconds