MAYBE We are left with following problem, upon which TcT provides the certificate MAYBE. Strict Trs: { d(0()) -> 0() , d(s(x)) -> s(s(d(x))) , e(0()) -> s(0()) , e(r(x)) -> d(e(x)) } Obligation: innermost runtime complexity Answer: MAYBE We add following dependency tuples: Strict DPs: { d^#(0()) -> c_1() , d^#(s(x)) -> c_2(d^#(x)) , e^#(0()) -> c_3() , e^#(r(x)) -> c_4(d^#(e(x)), e^#(x)) } and mark the set of starting terms. We are left with following problem, upon which TcT provides the certificate MAYBE. Strict DPs: { d^#(0()) -> c_1() , d^#(s(x)) -> c_2(d^#(x)) , e^#(0()) -> c_3() , e^#(r(x)) -> c_4(d^#(e(x)), e^#(x)) } Weak Trs: { d(0()) -> 0() , d(s(x)) -> s(s(d(x))) , e(0()) -> s(0()) , e(r(x)) -> d(e(x)) } Obligation: innermost runtime complexity Answer: MAYBE We estimate the number of application of {1,3} by applications of Pre({1,3}) = {2,4}. Here rules are labeled as follows: DPs: { 1: d^#(0()) -> c_1() , 2: d^#(s(x)) -> c_2(d^#(x)) , 3: e^#(0()) -> c_3() , 4: e^#(r(x)) -> c_4(d^#(e(x)), e^#(x)) } We are left with following problem, upon which TcT provides the certificate MAYBE. Strict DPs: { d^#(s(x)) -> c_2(d^#(x)) , e^#(r(x)) -> c_4(d^#(e(x)), e^#(x)) } Weak DPs: { d^#(0()) -> c_1() , e^#(0()) -> c_3() } Weak Trs: { d(0()) -> 0() , d(s(x)) -> s(s(d(x))) , e(0()) -> s(0()) , e(r(x)) -> d(e(x)) } Obligation: innermost runtime complexity Answer: MAYBE The following weak DPs constitute a sub-graph of the DG that is closed under successors. The DPs are removed. { d^#(0()) -> c_1() , e^#(0()) -> c_3() } We are left with following problem, upon which TcT provides the certificate MAYBE. Strict DPs: { d^#(s(x)) -> c_2(d^#(x)) , e^#(r(x)) -> c_4(d^#(e(x)), e^#(x)) } Weak Trs: { d(0()) -> 0() , d(s(x)) -> s(s(d(x))) , e(0()) -> s(0()) , e(r(x)) -> d(e(x)) } Obligation: innermost runtime complexity Answer: MAYBE The input cannot be shown compatible Arrrr..