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