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