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