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