MAYBE 'Pop* with parameter subtitution (timeout of 60.0 seconds)' ----------------------------------------------------------- Answer: MAYBE Input Problem: innermost runtime-complexity with respect to Rules: { times(x, 0()) -> 0() , times(x, s(y)) -> plus(times(x, y), x) , plus(x, 0()) -> x , plus(0(), x) -> x , plus(x, s(y)) -> s(plus(x, y)) , plus(s(x), y) -> s(plus(x, y))} Proof Output: The input cannot be shown compatible