MAYBE * Step 1: Failure MAYBE + Considered Problem: - Strict TRS: *(x,+(y,z)) -> +(*(x,y),*(x,z)) *(x,1()) -> x *(+(x,y),z) -> +(*(x,z),*(y,z)) *(1(),y) -> y - Signature: {*/2} / {+/2,1/0} - Obligation: innermost runtime complexity wrt. defined symbols {*} and constructors {+,1} + Applied Processor: MI {miKind = Automaton Nothing, miDimension = 3, miUArgs = NoUArgs, miURules = NoURules, miSelector = Nothing} + Details: Incompatible MAYBE