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