MAYBE * Step 1: Failure MAYBE + Considered Problem: - Strict TRS: activate(X) -> X activate(n__f(X)) -> f(X) f(X) -> if(X,c(),n__f(true())) f(X) -> n__f(X) if(false(),X,Y) -> activate(Y) if(true(),X,Y) -> X - Signature: {activate/1,f/1,if/3} / {c/0,false/0,n__f/1,true/0} - Obligation: innermost runtime complexity wrt. defined symbols {activate,f,if} and constructors {c,false,n__f,true} + Applied Processor: Ara {heuristics_ = NoHeuristics, minDegree = 1, maxDegree = 3, araTimeout = 60, araFindStrictRules = Nothing, araSmtSolver = Z3} + Details: The input can not be schown compatible. MAYBE