Input TRS: 1: lt(0(),s(x)) -> true() 2: lt(x,0()) -> false() 3: lt(s(x),s(y)) -> lt(x,y) 4: fac(x) -> help(x,0()) 5: help(x,c) -> if(lt(c,x),x,c) 6: if(true(),x,c) -> times(s(c),help(x,s(c))) 7: if(false(),x,c) -> s(0()) Number of strict rules: 7 Direct Order(PosReal,>,Poly) ... failed. Freezing ... failed. Dependency Pairs: #1: #if(true(),x,c) -> #help(x,s(c)) #2: #help(x,c) -> #if(lt(c,x),x,c) #3: #help(x,c) -> #lt(c,x) #4: #lt(s(x),s(y)) -> #lt(x,y) #5: #fac(x) -> #help(x,0()) Number of SCCs: 2, DPs: 3, edges: 3 SCC { #4 } Removing DPs: Order(PosReal,>,Sum)... succeeded. s(x1) weight: (/ 1 2) + x1 #lt(x1,x2) weight: x2 #fac(x1) weight: 0 #help(x1,x2) weight: 0 false() weight: 0 true() weight: 0 0() weight: 0 if(x1,x2,x3) weight: 0 times(x1,x2) weight: 0 fac(x1) weight: 0 #if(x1,x2,x3) weight: 0 help(x1,x2) weight: 0 lt(x1,x2) weight: 0 Usable rules: { } Removed DPs: #4 Number of SCCs: 1, DPs: 2, edges: 2 SCC { #1 #2 } Removing DPs: Order(PosReal,>,Sum)... Order(PosReal,>,Max)... QLPOpS... Order(PosReal,>,MaxSum)... QWPOpS(PosReal,>,MaxSum)... Order(PosReal,>,Sum-Sum; PosReal,≥,Sum-Sum)... Order(PosReal,>,Sum-Sum; NegReal,≥,Sum)... Order(PosReal,>,MaxSum-Sum; NegReal,≥,Sum)... failed. Removing edges: failed. Finding a loop... failed. MAYBE