MAYBE * Step 1: Failure MAYBE + Considered Problem: - Strict TRS: div(x,y) -> if(ge(y,s(0())),ge(x,y),x,y) ge(x,0()) -> true() ge(0(),s(y)) -> false() ge(s(x),s(y)) -> ge(x,y) id_inc(x) -> x id_inc(x) -> s(x) if(false(),b,x,y) -> div_by_zero() if(true(),false(),x,y) -> 0() if(true(),true(),x,y) -> id_inc(div(minus(x,y),y)) minus(x,0()) -> x minus(0(),y) -> 0() minus(s(x),s(y)) -> minus(x,y) - Signature: {div/2,ge/2,id_inc/1,if/4,minus/2} / {0/0,div_by_zero/0,false/0,s/1,true/0} - Obligation: innermost runtime complexity wrt. defined symbols {div,ge,id_inc,if,minus} and constructors {0,div_by_zero ,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