MAYBE We are left with following problem, upon which TcT provides the certificate MAYBE. Strict Trs: { digits() -> d(0()) , d(x) -> if(le(x, s(s(s(s(s(s(s(s(s(0())))))))))), x) , if(true(), x) -> cons(x, d(s(x))) , if(false(), x) -> nil() , le(0(), y) -> true() , le(s(x), 0()) -> false() , le(s(x), s(y)) -> le(x, y) } Obligation: runtime complexity Answer: MAYBE None of the processors succeeded. Details of failed attempt(s): ----------------------------- 1) 'Best' failed due to the following reason: None of the processors succeeded. Details of failed attempt(s): ----------------------------- 1) 'WithProblem (timeout of 30 seconds) (timeout of 60 seconds)' failed due to the following reason: Computation stopped due to timeout after 30.0 seconds. 2) 'Fastest (timeout of 5 seconds) (timeout of 60 seconds)' failed due to the following reason: None of the processors succeeded. Details of failed attempt(s): ----------------------------- 1) 'Bounds with minimal-enrichment and initial automaton 'match'' failed due to the following reason: match-boundness of the problem could not be verified. 2) 'Bounds with perSymbol-enrichment and initial automaton 'match'' failed due to the following reason: match-boundness of the problem could not be verified. 3) 'Best' failed due to the following reason: None of the processors succeeded. Details of failed attempt(s): ----------------------------- 1) 'bsearch-popstar (timeout of 60 seconds)' failed due to the following reason: The processor is inapplicable, reason: Processor only applicable for innermost runtime complexity analysis 2) 'Polynomial Path Order (PS) (timeout of 60 seconds)' failed due to the following reason: The processor is inapplicable, reason: Processor only applicable for innermost runtime complexity analysis 2) 'Innermost Weak Dependency Pairs (timeout of 60 seconds)' failed due to the following reason: We add the following weak dependency pairs: Strict DPs: { digits^#() -> c_1(d^#(0())) , d^#(x) -> c_2(if^#(le(x, s(s(s(s(s(s(s(s(s(0())))))))))), x)) , if^#(true(), x) -> c_3(x, d^#(s(x))) , if^#(false(), x) -> c_4() , le^#(0(), y) -> c_5() , le^#(s(x), 0()) -> c_6() , le^#(s(x), s(y)) -> c_7(le^#(x, y)) } and mark the set of starting terms. We are left with following problem, upon which TcT provides the certificate MAYBE. Strict DPs: { digits^#() -> c_1(d^#(0())) , d^#(x) -> c_2(if^#(le(x, s(s(s(s(s(s(s(s(s(0())))))))))), x)) , if^#(true(), x) -> c_3(x, d^#(s(x))) , if^#(false(), x) -> c_4() , le^#(0(), y) -> c_5() , le^#(s(x), 0()) -> c_6() , le^#(s(x), s(y)) -> c_7(le^#(x, y)) } Strict Trs: { digits() -> d(0()) , d(x) -> if(le(x, s(s(s(s(s(s(s(s(s(0())))))))))), x) , if(true(), x) -> cons(x, d(s(x))) , if(false(), x) -> nil() , le(0(), y) -> true() , le(s(x), 0()) -> false() , le(s(x), s(y)) -> le(x, y) } Obligation: runtime complexity Answer: MAYBE We estimate the number of application of {4,5,6} by applications of Pre({4,5,6}) = {2,3,7}. Here rules are labeled as follows: DPs: { 1: digits^#() -> c_1(d^#(0())) , 2: d^#(x) -> c_2(if^#(le(x, s(s(s(s(s(s(s(s(s(0())))))))))), x)) , 3: if^#(true(), x) -> c_3(x, d^#(s(x))) , 4: if^#(false(), x) -> c_4() , 5: le^#(0(), y) -> c_5() , 6: le^#(s(x), 0()) -> c_6() , 7: le^#(s(x), s(y)) -> c_7(le^#(x, y)) } We are left with following problem, upon which TcT provides the certificate MAYBE. Strict DPs: { digits^#() -> c_1(d^#(0())) , d^#(x) -> c_2(if^#(le(x, s(s(s(s(s(s(s(s(s(0())))))))))), x)) , if^#(true(), x) -> c_3(x, d^#(s(x))) , le^#(s(x), s(y)) -> c_7(le^#(x, y)) } Strict Trs: { digits() -> d(0()) , d(x) -> if(le(x, s(s(s(s(s(s(s(s(s(0())))))))))), x) , if(true(), x) -> cons(x, d(s(x))) , if(false(), x) -> nil() , le(0(), y) -> true() , le(s(x), 0()) -> false() , le(s(x), s(y)) -> le(x, y) } Weak DPs: { if^#(false(), x) -> c_4() , le^#(0(), y) -> c_5() , le^#(s(x), 0()) -> c_6() } Obligation: runtime complexity Answer: MAYBE Empty strict component of the problem is NOT empty. Arrrr..