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