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