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: EmptyProcessor + Details: The problem is still open. MAYBE