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