MAYBE * Step 1: DependencyPairs MAYBE + Considered Problem: - Strict TRS: f(x,h(y)) -> h(f(f(h(a()),y),x)) - Signature: {f/2} / {a/0,h/1} - Obligation: innermost runtime complexity wrt. defined symbols {f} and constructors {a,h} + Applied Processor: DependencyPairs {dpKind_ = DT} + Details: We add the following dependency tuples: Strict DPs f#(x,h(y)) -> c_1(f#(f(h(a()),y),x),f#(h(a()),y)) Weak DPs and mark the set of starting terms. * Step 2: Failure MAYBE + Considered Problem: - Strict DPs: f#(x,h(y)) -> c_1(f#(f(h(a()),y),x),f#(h(a()),y)) - Weak TRS: f(x,h(y)) -> h(f(f(h(a()),y),x)) - Signature: {f/2,f#/2} / {a/0,h/1,c_1/2} - Obligation: innermost runtime complexity wrt. defined symbols {f#} and constructors {a,h} + Applied Processor: EmptyProcessor + Details: The problem is still open. MAYBE