MAYBE * Step 1: Failure MAYBE + Considered Problem: - Strict TRS: activate(X) -> X activate(n__c()) -> c() activate(n__g(X)) -> g(X) c() -> f(n__g(n__c())) c() -> n__c() f(n__g(X)) -> g(activate(X)) g(X) -> n__g(X) - Signature: {activate/1,c/0,f/1,g/1} / {n__c/0,n__g/1} - Obligation: innermost runtime complexity wrt. defined symbols {activate,c,f,g} and constructors {n__c,n__g} + Applied Processor: MI {miKind = Automaton Nothing, miDimension = 2, miUArgs = NoUArgs, miURules = NoURules, miSelector = Nothing} + Details: Incompatible MAYBE