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