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: Ara {heuristics_ = NoHeuristics, minDegree = 1, maxDegree = 3, araTimeout = 60, araFindStrictRules = Nothing, araSmtSolver = MiniSMT} + Details: The input can not be schown compatible. MAYBE