MAYBE * Step 1: Failure MAYBE + Considered Problem: - Strict TRS: ack(0(),y) -> s(y) ack(s(x),0()) -> ack(x,s(0())) ack(s(x),s(y)) -> ack(x,ack(s(x),y)) - Signature: {ack/2} / {0/0,s/1} - Obligation: innermost runtime complexity wrt. defined symbols {ack} and constructors {0,s} + Applied Processor: NaturalMI {miDimension = 3, miDegree = 3, miKind = Algebraic, uargs = UArgs, urules = URules, selector = Nothing} + Details: Incompatible MAYBE