YES Input TRS: 1: a(b(x1)) -> b(c(a(x1))) 2: b(c(x1)) -> c(b(b(x1))) 3: a(c(x1)) -> c(a(b(x1))) Number of strict rules: 3 Direct POLO(bPol) ... failed. Uncurrying ... failed. Dependency Pairs: #1: #b(c(x1)) -> #b(b(x1)) #2: #b(c(x1)) -> #b(x1) #3: #a(c(x1)) -> #a(b(x1)) #4: #a(c(x1)) -> #b(x1) #5: #a(b(x1)) -> #b(c(a(x1))) #6: #a(b(x1)) -> #a(x1) Number of SCCs: 2, DPs: 4 SCC { #3 #6 } POLO(Sum)... succeeded. a w: 0 b w: x1 c w: x1 + 1 #a w: x1 #b w: 0 USABLE RULES: { 2 } Removed DPs: #3 Number of SCCs: 2, DPs: 3 SCC { #6 } POLO(Sum)... succeeded. a w: 0 b w: x1 + 1 c w: 11293 #a w: x1 #b w: 0 USABLE RULES: { 2 } Removed DPs: #6 Number of SCCs: 1, DPs: 2 SCC { #1 #2 } POLO(Sum)... succeeded. a w: 0 b w: x1 c w: x1 + 1 #a w: x1 #b w: x1 USABLE RULES: { 2 } Removed DPs: #1 #2 Number of SCCs: 0, DPs: 0