MAYBE * Step 1: Failure MAYBE + Considered Problem: - Strict TRS: active(c()) -> mark(d()) active(g(X)) -> mark(h(X)) active(h(d())) -> mark(g(c())) g(ok(X)) -> ok(g(X)) h(ok(X)) -> ok(h(X)) proper(c()) -> ok(c()) proper(d()) -> ok(d()) proper(g(X)) -> g(proper(X)) proper(h(X)) -> h(proper(X)) top(mark(X)) -> top(proper(X)) top(ok(X)) -> top(active(X)) - Signature: {active/1,g/1,h/1,proper/1,top/1} / {c/0,d/0,mark/1,ok/1} - Obligation: innermost runtime complexity wrt. defined symbols {active,g,h,proper,top} and constructors {c,d,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