MAYBE * Step 1: InnermostRuleRemoval MAYBE + Considered Problem: - Strict TRS: b() -> c() f() -> f() g(b()) -> c() - Signature: {b/0,f/0,g/1} / {c/0} - Obligation: innermost runtime complexity wrt. defined symbols {b,f,g} and constructors {c} + Applied Processor: InnermostRuleRemoval + Details: Arguments of following rules are not normal-forms. g(b()) -> c() All above mentioned rules can be savely removed. * Step 2: Failure MAYBE timed out MAYBE