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: NaturalPI {shape = Mixed 3, restrict = NoRestrict, uargs = UArgs, urules = URules, selector = Nothing} + Details: Incompatible MAYBE