MAYBE 'epo* (timeout of 60.0 seconds)' -------------------------------- Answer: MAYBE Input Problem: innermost runtime-complexity with respect to Rules: { f(true(), x, y) -> f(gt(x, y), trunc(x), s(y)) , trunc(0()) -> 0() , trunc(s(0())) -> 0() , trunc(s(s(x))) -> s(s(trunc(x))) , gt(0(), v) -> false() , gt(s(u), 0()) -> true() , gt(s(u), s(v)) -> gt(u, v)} Proof Output: The input cannot be shown compatible