MAYBE * Step 1: DependencyPairs MAYBE + Considered Problem: - Strict TRS: f(true(),x,y,z) -> g(gt(x,y),x,y,z) g(true(),x,y,z) -> f(gt(x,z),x,y,s(z)) g(true(),x,y,z) -> f(gt(x,z),x,s(y),z) gt(0(),v) -> false() gt(s(u),0()) -> true() gt(s(u),s(v)) -> gt(u,v) - Signature: {f/4,g/4,gt/2} / {0/0,false/0,s/1,true/0} - Obligation: innermost runtime complexity wrt. defined symbols {f,g,gt} and constructors {0,false,s,true} + Applied Processor: DependencyPairs {dpKind_ = DT} + Details: We add the following dependency tuples: Strict DPs f#(true(),x,y,z) -> c_1(g#(gt(x,y),x,y,z),gt#(x,y)) g#(true(),x,y,z) -> c_2(f#(gt(x,z),x,y,s(z)),gt#(x,z)) g#(true(),x,y,z) -> c_3(f#(gt(x,z),x,s(y),z),gt#(x,z)) gt#(0(),v) -> c_4() gt#(s(u),0()) -> c_5() gt#(s(u),s(v)) -> c_6(gt#(u,v)) Weak DPs and mark the set of starting terms. * Step 2: UsableRules MAYBE + Considered Problem: - Strict DPs: f#(true(),x,y,z) -> c_1(g#(gt(x,y),x,y,z),gt#(x,y)) g#(true(),x,y,z) -> c_2(f#(gt(x,z),x,y,s(z)),gt#(x,z)) g#(true(),x,y,z) -> c_3(f#(gt(x,z),x,s(y),z),gt#(x,z)) gt#(0(),v) -> c_4() gt#(s(u),0()) -> c_5() gt#(s(u),s(v)) -> c_6(gt#(u,v)) - Weak TRS: f(true(),x,y,z) -> g(gt(x,y),x,y,z) g(true(),x,y,z) -> f(gt(x,z),x,y,s(z)) g(true(),x,y,z) -> f(gt(x,z),x,s(y),z) gt(0(),v) -> false() gt(s(u),0()) -> true() gt(s(u),s(v)) -> gt(u,v) - Signature: {f/4,g/4,gt/2,f#/4,g#/4,gt#/2} / {0/0,false/0,s/1,true/0,c_1/2,c_2/2,c_3/2,c_4/0,c_5/0,c_6/1} - Obligation: innermost runtime complexity wrt. defined symbols {f#,g#,gt#} and constructors {0,false,s,true} + Applied Processor: UsableRules + Details: We replace rewrite rules by usable rules: gt(0(),v) -> false() gt(s(u),0()) -> true() gt(s(u),s(v)) -> gt(u,v) f#(true(),x,y,z) -> c_1(g#(gt(x,y),x,y,z),gt#(x,y)) g#(true(),x,y,z) -> c_2(f#(gt(x,z),x,y,s(z)),gt#(x,z)) g#(true(),x,y,z) -> c_3(f#(gt(x,z),x,s(y),z),gt#(x,z)) gt#(0(),v) -> c_4() gt#(s(u),0()) -> c_5() gt#(s(u),s(v)) -> c_6(gt#(u,v)) * Step 3: PredecessorEstimation MAYBE + Considered Problem: - Strict DPs: f#(true(),x,y,z) -> c_1(g#(gt(x,y),x,y,z),gt#(x,y)) g#(true(),x,y,z) -> c_2(f#(gt(x,z),x,y,s(z)),gt#(x,z)) g#(true(),x,y,z) -> c_3(f#(gt(x,z),x,s(y),z),gt#(x,z)) gt#(0(),v) -> c_4() gt#(s(u),0()) -> c_5() gt#(s(u),s(v)) -> c_6(gt#(u,v)) - Weak TRS: gt(0(),v) -> false() gt(s(u),0()) -> true() gt(s(u),s(v)) -> gt(u,v) - Signature: {f/4,g/4,gt/2,f#/4,g#/4,gt#/2} / {0/0,false/0,s/1,true/0,c_1/2,c_2/2,c_3/2,c_4/0,c_5/0,c_6/1} - Obligation: innermost runtime complexity wrt. defined symbols {f#,g#,gt#} 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} by application of Pre({4,5}) = {1,2,3,6}. Here rules are labelled as follows: 1: f#(true(),x,y,z) -> c_1(g#(gt(x,y),x,y,z),gt#(x,y)) 2: g#(true(),x,y,z) -> c_2(f#(gt(x,z),x,y,s(z)),gt#(x,z)) 3: g#(true(),x,y,z) -> c_3(f#(gt(x,z),x,s(y),z),gt#(x,z)) 4: gt#(0(),v) -> c_4() 5: gt#(s(u),0()) -> c_5() 6: gt#(s(u),s(v)) -> c_6(gt#(u,v)) * Step 4: RemoveWeakSuffixes MAYBE + Considered Problem: - Strict DPs: f#(true(),x,y,z) -> c_1(g#(gt(x,y),x,y,z),gt#(x,y)) g#(true(),x,y,z) -> c_2(f#(gt(x,z),x,y,s(z)),gt#(x,z)) g#(true(),x,y,z) -> c_3(f#(gt(x,z),x,s(y),z),gt#(x,z)) gt#(s(u),s(v)) -> c_6(gt#(u,v)) - Weak DPs: gt#(0(),v) -> c_4() gt#(s(u),0()) -> c_5() - Weak TRS: gt(0(),v) -> false() gt(s(u),0()) -> true() gt(s(u),s(v)) -> gt(u,v) - Signature: {f/4,g/4,gt/2,f#/4,g#/4,gt#/2} / {0/0,false/0,s/1,true/0,c_1/2,c_2/2,c_3/2,c_4/0,c_5/0,c_6/1} - Obligation: innermost runtime complexity wrt. defined symbols {f#,g#,gt#} and constructors {0,false,s,true} + Applied Processor: RemoveWeakSuffixes + Details: Consider the dependency graph 1:S:f#(true(),x,y,z) -> c_1(g#(gt(x,y),x,y,z),gt#(x,y)) -->_2 gt#(s(u),s(v)) -> c_6(gt#(u,v)):4 -->_1 g#(true(),x,y,z) -> c_3(f#(gt(x,z),x,s(y),z),gt#(x,z)):3 -->_1 g#(true(),x,y,z) -> c_2(f#(gt(x,z),x,y,s(z)),gt#(x,z)):2 -->_2 gt#(s(u),0()) -> c_5():6 -->_2 gt#(0(),v) -> c_4():5 2:S:g#(true(),x,y,z) -> c_2(f#(gt(x,z),x,y,s(z)),gt#(x,z)) -->_2 gt#(s(u),s(v)) -> c_6(gt#(u,v)):4 -->_2 gt#(s(u),0()) -> c_5():6 -->_2 gt#(0(),v) -> c_4():5 -->_1 f#(true(),x,y,z) -> c_1(g#(gt(x,y),x,y,z),gt#(x,y)):1 3:S:g#(true(),x,y,z) -> c_3(f#(gt(x,z),x,s(y),z),gt#(x,z)) -->_2 gt#(s(u),s(v)) -> c_6(gt#(u,v)):4 -->_2 gt#(s(u),0()) -> c_5():6 -->_2 gt#(0(),v) -> c_4():5 -->_1 f#(true(),x,y,z) -> c_1(g#(gt(x,y),x,y,z),gt#(x,y)):1 4:S:gt#(s(u),s(v)) -> c_6(gt#(u,v)) -->_1 gt#(s(u),0()) -> c_5():6 -->_1 gt#(0(),v) -> c_4():5 -->_1 gt#(s(u),s(v)) -> c_6(gt#(u,v)):4 5:W:gt#(0(),v) -> c_4() 6:W:gt#(s(u),0()) -> c_5() The following weak DPs constitute a sub-graph of the DG that is closed under successors. The DPs are removed. 5: gt#(0(),v) -> c_4() 6: gt#(s(u),0()) -> c_5() * Step 5: Failure MAYBE + Considered Problem: - Strict DPs: f#(true(),x,y,z) -> c_1(g#(gt(x,y),x,y,z),gt#(x,y)) g#(true(),x,y,z) -> c_2(f#(gt(x,z),x,y,s(z)),gt#(x,z)) g#(true(),x,y,z) -> c_3(f#(gt(x,z),x,s(y),z),gt#(x,z)) gt#(s(u),s(v)) -> c_6(gt#(u,v)) - Weak TRS: gt(0(),v) -> false() gt(s(u),0()) -> true() gt(s(u),s(v)) -> gt(u,v) - Signature: {f/4,g/4,gt/2,f#/4,g#/4,gt#/2} / {0/0,false/0,s/1,true/0,c_1/2,c_2/2,c_3/2,c_4/0,c_5/0,c_6/1} - Obligation: innermost runtime complexity wrt. defined symbols {f#,g#,gt#} and constructors {0,false,s,true} + Applied Processor: EmptyProcessor + Details: The problem is still open. MAYBE