Problem Secret 05 TRS tpa4

Tool CaT

Execution TimeUnknown
Answer
MAYBE
InputSecret 05 TRS tpa4

stdout:

MAYBE

Problem:
 -(x,0()) -> x
 -(s(x),s(y)) -> -(x,y)
 +(0(),y) -> y
 +(s(x),y) -> s(+(x,y))
 *(x,0()) -> 0()
 *(x,s(y)) -> +(x,*(x,y))
 p(s(x)) -> x
 f(s(x)) -> f(-(p(*(s(x),s(x))),*(s(x),s(x))))

Proof:
 Open

Tool IRC1

Execution TimeUnknown
Answer
MAYBE
InputSecret 05 TRS tpa4

stdout:

MAYBE

Tool IRC2

Execution TimeUnknown
Answer
TIMEOUT
InputSecret 05 TRS tpa4

stdout:

TIMEOUT

'Fastest (timeout of 60.0 seconds)'
-----------------------------------
Answer:           TIMEOUT
Input Problem:    innermost runtime-complexity with respect to
  Rules:
    {  -(x, 0()) -> x
     , -(s(x), s(y)) -> -(x, y)
     , +(0(), y) -> y
     , +(s(x), y) -> s(+(x, y))
     , *(x, 0()) -> 0()
     , *(x, s(y)) -> +(x, *(x, y))
     , p(s(x)) -> x
     , f(s(x)) -> f(-(p(*(s(x), s(x))), *(s(x), s(x))))}

Proof Output:    
  Computation stopped due to timeout after 60.0 seconds

Tool RC1

Execution TimeUnknown
Answer
MAYBE
InputSecret 05 TRS tpa4

stdout:

MAYBE

Tool RC2

Execution TimeUnknown
Answer
TIMEOUT
InputSecret 05 TRS tpa4

stdout:

TIMEOUT

'Fastest (timeout of 60.0 seconds)'
-----------------------------------
Answer:           TIMEOUT
Input Problem:    runtime-complexity with respect to
  Rules:
    {  -(x, 0()) -> x
     , -(s(x), s(y)) -> -(x, y)
     , +(0(), y) -> y
     , +(s(x), y) -> s(+(x, y))
     , *(x, 0()) -> 0()
     , *(x, s(y)) -> +(x, *(x, y))
     , p(s(x)) -> x
     , f(s(x)) -> f(-(p(*(s(x), s(x))), *(s(x), s(x))))}

Proof Output:    
  Computation stopped due to timeout after 60.0 seconds