MAYBE * Step 1: Failure MAYBE + Considered Problem: - Strict TRS: f(true(),x,y,z) -> f(gt(x,plus(y,z)),x,y,s(z)) f(true(),x,y,z) -> f(gt(x,plus(y,z)),x,s(y),z) gt(0(),v) -> false() gt(s(u),0()) -> true() gt(s(u),s(v)) -> gt(u,v) plus(n,0()) -> n plus(n,s(m)) -> s(plus(n,m)) - Signature: {f/4,gt/2,plus/2} / {0/0,false/0,s/1,true/0} - Obligation: innermost runtime complexity wrt. defined symbols {f,gt,plus} and constructors {0,false,s,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