MAYBE * Step 1: Failure MAYBE + Considered Problem: - Strict TRS: a__b() -> a() a__b() -> b() a__f(X1,X2,X3) -> f(X1,X2,X3) a__f(a(),X,X) -> a__f(X,a__b(),b()) mark(a()) -> a() mark(b()) -> a__b() mark(f(X1,X2,X3)) -> a__f(X1,mark(X2),X3) - Signature: {a__b/0,a__f/3,mark/1} / {a/0,b/0,f/3} - Obligation: innermost runtime complexity wrt. defined symbols {a__b,a__f,mark} and constructors {a,b,f} + Applied Processor: Ara {heuristics_ = NoHeuristics, minDegree = 1, maxDegree = 3, araTimeout = 60, araFindStrictRules = Nothing, araSmtSolver = Z3} + Details: The input can not be schown compatible. MAYBE