MAYBE * Step 1: Failure MAYBE + Considered Problem: - Strict TRS: active(c()) -> mark(f(g(c()))) active(f(g(X))) -> mark(g(X)) f(ok(X)) -> ok(f(X)) g(ok(X)) -> ok(g(X)) proper(c()) -> ok(c()) proper(f(X)) -> f(proper(X)) proper(g(X)) -> g(proper(X)) top(mark(X)) -> top(proper(X)) top(ok(X)) -> top(active(X)) - Signature: {active/1,f/1,g/1,proper/1,top/1} / {c/0,mark/1,ok/1} - Obligation: innermost runtime complexity wrt. defined symbols {active,f,g,proper,top} and constructors {c,mark,ok} + Applied Processor: Ara {heuristics_ = NoHeuristics, minDegree = 1, maxDegree = 3, araTimeout = 60, araFindStrictRules = Nothing, araSmtSolver = MiniSMT} + Details: The input can not be schown compatible. MAYBE