MAYBE * Step 1: Failure MAYBE + Considered Problem: - Strict TRS: log(s(0())) -> 0() log(s(s(X))) -> s(log(s(quot(X,s(s(0())))))) min(X,0()) -> X min(s(X),s(Y)) -> min(X,Y) quot(0(),s(Y)) -> 0() quot(s(X),s(Y)) -> s(quot(min(X,Y),s(Y))) - Signature: {log/1,min/2,quot/2} / {0/0,s/1} - Obligation: innermost runtime complexity wrt. defined symbols {log,min,quot} and constructors {0,s} + Applied Processor: NaturalPI {shape = Mixed 3, restrict = NoRestrict, uargs = UArgs, urules = URules, selector = Nothing} + Details: Incompatible MAYBE