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