MAYBE * Step 1: Failure MAYBE + Considered Problem: - Strict TRS: f(s(X)) -> f(X) g(cons(0(),Y)) -> g(Y) g(cons(s(X),Y)) -> s(X) h(cons(X,Y)) -> h(g(cons(X,Y))) - Signature: {f/1,g/1,h/1} / {0/0,cons/2,s/1} - Obligation: innermost runtime complexity wrt. defined symbols {f,g,h} and constructors {0,cons,s} + Applied Processor: NaturalPI {shape = Mixed 3, restrict = NoRestrict, uargs = UArgs, urules = URules, selector = Nothing} + Details: Incompatible MAYBE