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