Input TRS: 1: minus(x,y) -> cond(min(x,y),x,y) 2: cond(y,x,y) -> s(minus(x,s(y))) 3: min(0(),v) -> 0() 4: min(u,0()) -> 0() 5: min(s(u),s(v)) -> s(min(u,v)) Number of strict rules: 5 Direct Order(PosReal,>,Poly) ... failed. Freezing ... failed. Dependency Pairs: #1: #cond(y,x,y) -> #minus(x,s(y)) #2: #min(s(u),s(v)) -> #min(u,v) #3: #minus(x,y) -> #cond(min(x,y),x,y) #4: #minus(x,y) -> #min(x,y) Number of SCCs: 2, DPs: 3, edges: 3 SCC { #2 } Removing DPs: Order(PosReal,>,Sum)... succeeded. s(x1) weight: (/ 1 2) + x1 minus(x1,x2) weight: 0 #min(x1,x2) weight: x2 #cond(x1,x2,x3) weight: 0 0() weight: 0 #minus(x1,x2) weight: 0 min(x1,x2) weight: 0 cond(x1,x2,x3) weight: 0 Usable rules: { } Removed DPs: #2 Number of SCCs: 1, DPs: 2, edges: 2 SCC { #1 #3 } 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