MAYBE * Step 1: DependencyPairs MAYBE + Considered Problem: - Strict TRS: cond1(true(),x,y) -> cond2(gr(x,y),x,y) cond2(false(),x,y) -> cond1(gr(x,0()),p(x),y) cond2(true(),x,y) -> cond1(gr(x,0()),y,y) gr(0(),x) -> false() gr(s(x),0()) -> true() gr(s(x),s(y)) -> gr(x,y) p(0()) -> 0() p(s(x)) -> x - Signature: {cond1/3,cond2/3,gr/2,p/1} / {0/0,false/0,s/1,true/0} - Obligation: innermost runtime complexity wrt. defined symbols {cond1,cond2,gr,p} and constructors {0,false,s,true} + Applied Processor: DependencyPairs {dpKind_ = DT} + Details: We add the following dependency tuples: Strict DPs cond1#(true(),x,y) -> c_1(cond2#(gr(x,y),x,y),gr#(x,y)) cond2#(false(),x,y) -> c_2(cond1#(gr(x,0()),p(x),y),gr#(x,0()),p#(x)) cond2#(true(),x,y) -> c_3(cond1#(gr(x,0()),y,y),gr#(x,0())) gr#(0(),x) -> c_4() gr#(s(x),0()) -> c_5() gr#(s(x),s(y)) -> c_6(gr#(x,y)) p#(0()) -> c_7() p#(s(x)) -> c_8() Weak DPs and mark the set of starting terms. * Step 2: UsableRules MAYBE + Considered Problem: - Strict DPs: cond1#(true(),x,y) -> c_1(cond2#(gr(x,y),x,y),gr#(x,y)) cond2#(false(),x,y) -> c_2(cond1#(gr(x,0()),p(x),y),gr#(x,0()),p#(x)) cond2#(true(),x,y) -> c_3(cond1#(gr(x,0()),y,y),gr#(x,0())) gr#(0(),x) -> c_4() gr#(s(x),0()) -> c_5() gr#(s(x),s(y)) -> c_6(gr#(x,y)) p#(0()) -> c_7() p#(s(x)) -> c_8() - Weak TRS: cond1(true(),x,y) -> cond2(gr(x,y),x,y) cond2(false(),x,y) -> cond1(gr(x,0()),p(x),y) cond2(true(),x,y) -> cond1(gr(x,0()),y,y) gr(0(),x) -> false() gr(s(x),0()) -> true() gr(s(x),s(y)) -> gr(x,y) p(0()) -> 0() p(s(x)) -> x - Signature: {cond1/3,cond2/3,gr/2,p/1,cond1#/3,cond2#/3,gr#/2,p#/1} / {0/0,false/0,s/1,true/0,c_1/2,c_2/3,c_3/2,c_4/0 ,c_5/0,c_6/1,c_7/0,c_8/0} - Obligation: innermost runtime complexity wrt. defined symbols {cond1#,cond2#,gr#,p#} and constructors {0,false,s,true} + Applied Processor: UsableRules + Details: We replace rewrite rules by usable rules: gr(0(),x) -> false() gr(s(x),0()) -> true() gr(s(x),s(y)) -> gr(x,y) p(0()) -> 0() p(s(x)) -> x cond1#(true(),x,y) -> c_1(cond2#(gr(x,y),x,y),gr#(x,y)) cond2#(false(),x,y) -> c_2(cond1#(gr(x,0()),p(x),y),gr#(x,0()),p#(x)) cond2#(true(),x,y) -> c_3(cond1#(gr(x,0()),y,y),gr#(x,0())) gr#(0(),x) -> c_4() gr#(s(x),0()) -> c_5() gr#(s(x),s(y)) -> c_6(gr#(x,y)) p#(0()) -> c_7() p#(s(x)) -> c_8() * Step 3: PredecessorEstimation MAYBE + Considered Problem: - Strict DPs: cond1#(true(),x,y) -> c_1(cond2#(gr(x,y),x,y),gr#(x,y)) cond2#(false(),x,y) -> c_2(cond1#(gr(x,0()),p(x),y),gr#(x,0()),p#(x)) cond2#(true(),x,y) -> c_3(cond1#(gr(x,0()),y,y),gr#(x,0())) gr#(0(),x) -> c_4() gr#(s(x),0()) -> c_5() gr#(s(x),s(y)) -> c_6(gr#(x,y)) p#(0()) -> c_7() p#(s(x)) -> c_8() - Weak TRS: gr(0(),x) -> false() gr(s(x),0()) -> true() gr(s(x),s(y)) -> gr(x,y) p(0()) -> 0() p(s(x)) -> x - Signature: {cond1/3,cond2/3,gr/2,p/1,cond1#/3,cond2#/3,gr#/2,p#/1} / {0/0,false/0,s/1,true/0,c_1/2,c_2/3,c_3/2,c_4/0 ,c_5/0,c_6/1,c_7/0,c_8/0} - Obligation: innermost runtime complexity wrt. defined symbols {cond1#,cond2#,gr#,p#} and constructors {0,false,s,true} + Applied Processor: PredecessorEstimation {onSelection = all simple predecessor estimation selector} + Details: We estimate the number of application of {4,5,7,8} by application of Pre({4,5,7,8}) = {1,2,3,6}. Here rules are labelled as follows: 1: cond1#(true(),x,y) -> c_1(cond2#(gr(x,y),x,y),gr#(x,y)) 2: cond2#(false(),x,y) -> c_2(cond1#(gr(x,0()),p(x),y),gr#(x,0()),p#(x)) 3: cond2#(true(),x,y) -> c_3(cond1#(gr(x,0()),y,y),gr#(x,0())) 4: gr#(0(),x) -> c_4() 5: gr#(s(x),0()) -> c_5() 6: gr#(s(x),s(y)) -> c_6(gr#(x,y)) 7: p#(0()) -> c_7() 8: p#(s(x)) -> c_8() * Step 4: RemoveWeakSuffixes MAYBE + Considered Problem: - Strict DPs: cond1#(true(),x,y) -> c_1(cond2#(gr(x,y),x,y),gr#(x,y)) cond2#(false(),x,y) -> c_2(cond1#(gr(x,0()),p(x),y),gr#(x,0()),p#(x)) cond2#(true(),x,y) -> c_3(cond1#(gr(x,0()),y,y),gr#(x,0())) gr#(s(x),s(y)) -> c_6(gr#(x,y)) - Weak DPs: gr#(0(),x) -> c_4() gr#(s(x),0()) -> c_5() p#(0()) -> c_7() p#(s(x)) -> c_8() - Weak TRS: gr(0(),x) -> false() gr(s(x),0()) -> true() gr(s(x),s(y)) -> gr(x,y) p(0()) -> 0() p(s(x)) -> x - Signature: {cond1/3,cond2/3,gr/2,p/1,cond1#/3,cond2#/3,gr#/2,p#/1} / {0/0,false/0,s/1,true/0,c_1/2,c_2/3,c_3/2,c_4/0 ,c_5/0,c_6/1,c_7/0,c_8/0} - Obligation: innermost runtime complexity wrt. defined symbols {cond1#,cond2#,gr#,p#} and constructors {0,false,s,true} + Applied Processor: RemoveWeakSuffixes + Details: Consider the dependency graph 1:S:cond1#(true(),x,y) -> c_1(cond2#(gr(x,y),x,y),gr#(x,y)) -->_2 gr#(s(x),s(y)) -> c_6(gr#(x,y)):4 -->_1 cond2#(true(),x,y) -> c_3(cond1#(gr(x,0()),y,y),gr#(x,0())):3 -->_1 cond2#(false(),x,y) -> c_2(cond1#(gr(x,0()),p(x),y),gr#(x,0()),p#(x)):2 -->_2 gr#(s(x),0()) -> c_5():6 -->_2 gr#(0(),x) -> c_4():5 2:S:cond2#(false(),x,y) -> c_2(cond1#(gr(x,0()),p(x),y),gr#(x,0()),p#(x)) -->_3 p#(s(x)) -> c_8():8 -->_3 p#(0()) -> c_7():7 -->_2 gr#(s(x),0()) -> c_5():6 -->_2 gr#(0(),x) -> c_4():5 -->_1 cond1#(true(),x,y) -> c_1(cond2#(gr(x,y),x,y),gr#(x,y)):1 3:S:cond2#(true(),x,y) -> c_3(cond1#(gr(x,0()),y,y),gr#(x,0())) -->_2 gr#(s(x),0()) -> c_5():6 -->_2 gr#(0(),x) -> c_4():5 -->_1 cond1#(true(),x,y) -> c_1(cond2#(gr(x,y),x,y),gr#(x,y)):1 4:S:gr#(s(x),s(y)) -> c_6(gr#(x,y)) -->_1 gr#(s(x),0()) -> c_5():6 -->_1 gr#(0(),x) -> c_4():5 -->_1 gr#(s(x),s(y)) -> c_6(gr#(x,y)):4 5:W:gr#(0(),x) -> c_4() 6:W:gr#(s(x),0()) -> c_5() 7:W:p#(0()) -> c_7() 8:W:p#(s(x)) -> c_8() The following weak DPs constitute a sub-graph of the DG that is closed under successors. The DPs are removed. 7: p#(0()) -> c_7() 8: p#(s(x)) -> c_8() 5: gr#(0(),x) -> c_4() 6: gr#(s(x),0()) -> c_5() * Step 5: SimplifyRHS MAYBE + Considered Problem: - Strict DPs: cond1#(true(),x,y) -> c_1(cond2#(gr(x,y),x,y),gr#(x,y)) cond2#(false(),x,y) -> c_2(cond1#(gr(x,0()),p(x),y),gr#(x,0()),p#(x)) cond2#(true(),x,y) -> c_3(cond1#(gr(x,0()),y,y),gr#(x,0())) gr#(s(x),s(y)) -> c_6(gr#(x,y)) - Weak TRS: gr(0(),x) -> false() gr(s(x),0()) -> true() gr(s(x),s(y)) -> gr(x,y) p(0()) -> 0() p(s(x)) -> x - Signature: {cond1/3,cond2/3,gr/2,p/1,cond1#/3,cond2#/3,gr#/2,p#/1} / {0/0,false/0,s/1,true/0,c_1/2,c_2/3,c_3/2,c_4/0 ,c_5/0,c_6/1,c_7/0,c_8/0} - Obligation: innermost runtime complexity wrt. defined symbols {cond1#,cond2#,gr#,p#} and constructors {0,false,s,true} + Applied Processor: SimplifyRHS + Details: Consider the dependency graph 1:S:cond1#(true(),x,y) -> c_1(cond2#(gr(x,y),x,y),gr#(x,y)) -->_2 gr#(s(x),s(y)) -> c_6(gr#(x,y)):4 -->_1 cond2#(true(),x,y) -> c_3(cond1#(gr(x,0()),y,y),gr#(x,0())):3 -->_1 cond2#(false(),x,y) -> c_2(cond1#(gr(x,0()),p(x),y),gr#(x,0()),p#(x)):2 2:S:cond2#(false(),x,y) -> c_2(cond1#(gr(x,0()),p(x),y),gr#(x,0()),p#(x)) -->_1 cond1#(true(),x,y) -> c_1(cond2#(gr(x,y),x,y),gr#(x,y)):1 3:S:cond2#(true(),x,y) -> c_3(cond1#(gr(x,0()),y,y),gr#(x,0())) -->_1 cond1#(true(),x,y) -> c_1(cond2#(gr(x,y),x,y),gr#(x,y)):1 4:S:gr#(s(x),s(y)) -> c_6(gr#(x,y)) -->_1 gr#(s(x),s(y)) -> c_6(gr#(x,y)):4 Due to missing edges in the depndency graph, the right-hand sides of following rules could be simplified: cond2#(false(),x,y) -> c_2(cond1#(gr(x,0()),p(x),y)) cond2#(true(),x,y) -> c_3(cond1#(gr(x,0()),y,y)) * Step 6: Failure MAYBE + Considered Problem: - Strict DPs: cond1#(true(),x,y) -> c_1(cond2#(gr(x,y),x,y),gr#(x,y)) cond2#(false(),x,y) -> c_2(cond1#(gr(x,0()),p(x),y)) cond2#(true(),x,y) -> c_3(cond1#(gr(x,0()),y,y)) gr#(s(x),s(y)) -> c_6(gr#(x,y)) - Weak TRS: gr(0(),x) -> false() gr(s(x),0()) -> true() gr(s(x),s(y)) -> gr(x,y) p(0()) -> 0() p(s(x)) -> x - Signature: {cond1/3,cond2/3,gr/2,p/1,cond1#/3,cond2#/3,gr#/2,p#/1} / {0/0,false/0,s/1,true/0,c_1/2,c_2/1,c_3/1,c_4/0 ,c_5/0,c_6/1,c_7/0,c_8/0} - Obligation: innermost runtime complexity wrt. defined symbols {cond1#,cond2#,gr#,p#} and constructors {0,false,s,true} + Applied Processor: EmptyProcessor + Details: The problem is still open. MAYBE