Input TRS: 1: active(f(f(a()))) -> mark(f(g(f(a())))) 2: mark(f(X)) -> active(f(X)) 3: mark(a()) -> active(a()) 4: mark(g(X)) -> active(g(mark(X))) 5: f(mark(X)) -> f(X) 6: f(active(X)) -> f(X) 7: g(mark(X)) -> g(X) 8: g(active(X)) -> g(X) Number of strict rules: 8 Direct Order(PosReal,>,Poly) ... failed. Freezing ... failed. Dependency Pairs: #1: #mark(f(X)) -> #active(f(X)) #2: #f(active(X)) -> #f(X) #3: #g(mark(X)) -> #g(X) #4: #f(mark(X)) -> #f(X) #5: #mark(a()) -> #active(a()) #6: #active(f(f(a()))) -> #mark(f(g(f(a())))) #7: #active(f(f(a()))) -> #f(g(f(a()))) #8: #active(f(f(a()))) -> #g(f(a())) #9: #g(active(X)) -> #g(X) #10: #mark(g(X)) -> #active(g(mark(X))) #11: #mark(g(X)) -> #g(mark(X)) #12: #mark(g(X)) -> #mark(X) Number of SCCs: 4, DPs: 7, edges: 11 SCC { #12 } Removing DPs: Order(PosReal,>,Sum)... succeeded. a() weight: 0 f(x1) weight: 0 #mark(x1) weight: x1 mark(x1) weight: 0 #f(x1) weight: 0 #g(x1) weight: 0 active(x1) weight: 0 #active(x1) weight: 0 g(x1) weight: (/ 1 2) + x1 Usable rules: { } Removed DPs: #12 Number of SCCs: 3, DPs: 6, edges: 10 SCC { #2 #4 } Removing DPs: Order(PosReal,>,Sum)... succeeded. a() weight: 0 f(x1) weight: 0 #mark(x1) weight: 0 mark(x1) weight: (/ 1 2) + x1 #f(x1) weight: x1 #g(x1) weight: 0 active(x1) weight: (/ 1 2) + x1 #active(x1) weight: 0 g(x1) weight: (/ 1 2) Usable rules: { } Removed DPs: #2 #4 Number of SCCs: 2, DPs: 4, edges: 6 SCC { #3 #9 } Removing DPs: Order(PosReal,>,Sum)... succeeded. a() weight: 0 f(x1) weight: 0 #mark(x1) weight: 0 mark(x1) weight: (/ 1 2) + x1 #f(x1) weight: 0 #g(x1) weight: x1 active(x1) weight: (/ 1 2) + x1 #active(x1) weight: 0 g(x1) weight: (/ 1 2) Usable rules: { } Removed DPs: #3 #9 Number of SCCs: 1, DPs: 2, edges: 2 SCC { #1 #6 } Removing DPs: Order(PosReal,>,Sum)... succeeded. a() weight: 0 f(x1) weight: (/ 3 2) + x1 #mark(x1) weight: (/ 1 2) + x1 mark(x1) weight: (/ 1 2) + x1 #f(x1) weight: 0 #g(x1) weight: 0 active(x1) weight: (/ 1 2) + x1 #active(x1) weight: x1 g(x1) weight: (/ 1 2) Usable rules: { 5 6 } Removed DPs: #1 #6 Number of SCCs: 0, DPs: 0, edges: 0 YES