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