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