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