MAYBE * Step 1: Failure MAYBE + Considered Problem: - Strict TRS: f(x,0()) -> x f(0(),y) -> y f(1(),g(x,y)) -> x f(2(),g(x,y)) -> y f(f(x,y),z) -> f(x,f(y,z)) f(g(x,y),z) -> g(f(x,z),f(y,z)) f(i(x),y) -> i(x) - Signature: {f/2} / {0/0,1/0,2/0,g/2,i/1} - Obligation: innermost runtime complexity wrt. defined symbols {f} and constructors {0,1,2,g,i} + Applied Processor: Ara {heuristics_ = NoHeuristics, minDegree = 1, maxDegree = 3, araTimeout = 60, araFindStrictRules = Nothing, araSmtSolver = Z3} + Details: The input can not be schown compatible. MAYBE