Problem CSR 04 Ex1 Luc04b

Tool IRC1

Execution TimeUnknown
Answer
MAYBE
InputCSR 04 Ex1 Luc04b

stdout:

MAYBE

Tool IRC2

Execution TimeUnknown
Answer
TIMEOUT
InputCSR 04 Ex1 Luc04b

stdout:

TIMEOUT

'Fastest (timeout of 60.0 seconds)'
-----------------------------------
Answer:           TIMEOUT
Input Problem:    innermost runtime-complexity with respect to
  Rules:
    {  nats() -> cons(0(), incr(nats()))
     , pairs() -> cons(0(), incr(odds()))
     , odds() -> incr(pairs())
     , incr(cons(X, XS)) -> cons(s(X), incr(XS))
     , head(cons(X, XS)) -> X
     , tail(cons(X, XS)) -> XS}

Proof Output:    
  Computation stopped due to timeout after 60.0 seconds

Tool RC1

Execution TimeUnknown
Answer
MAYBE
InputCSR 04 Ex1 Luc04b

stdout:

MAYBE

Tool RC2

Execution TimeUnknown
Answer
TIMEOUT
InputCSR 04 Ex1 Luc04b

stdout:

TIMEOUT

'Fastest (timeout of 60.0 seconds)'
-----------------------------------
Answer:           TIMEOUT
Input Problem:    runtime-complexity with respect to
  Rules:
    {  nats() -> cons(0(), incr(nats()))
     , pairs() -> cons(0(), incr(odds()))
     , odds() -> incr(pairs())
     , incr(cons(X, XS)) -> cons(s(X), incr(XS))
     , head(cons(X, XS)) -> X
     , tail(cons(X, XS)) -> XS}

Proof Output:    
  Computation stopped due to timeout after 60.0 seconds