Input TRS: 1: f(s(x),x) -> f(s(x),round(s(x))) 2: round(0()) -> 0() 3: round(0()) -> s(0()) 4: round(s(0())) -> s(0()) 5: round(s(s(x))) -> s(s(round(x))) Number of strict rules: 5 Direct Order(PosReal,>,Poly) ... failed. Freezing f round 1: f❆1_s(x,x) -> f❆1_s(x,round❆1_s(x)) 2: round❆1_0() -> 0() 3: round❆1_0() -> s(0()) 4: round❆1_s(0()) -> s(0()) 5: round❆1_s(s(x)) -> s(s(round(x))) 6: round(0()) ->= round❆1_0() 7: round(s(_1)) ->= round❆1_s(_1) 8: f(s(_1),_2) ->= f❆1_s(_1,_2) Number of strict rules: 5 Direct Order(PosReal,>,Poly) ... removes: 8 s(x1) weight: x1 round❆1_0() weight: 0 f❆1_s(x1,x2) weight: x1 + x2 f(x1,x2) weight: (/ 1 2) + x1 + x2 0() weight: 0 round(x1) weight: x1 round❆1_s(x1) weight: x1 Number of strict rules: 5 Direct Order(PosReal,>,Poly) ... failed. Dependency Pairs: #1: #round(0()) ->? #round❆1_0() #2: #round(s(_1)) ->? #round❆1_s(_1) #3: #round❆1_s(s(x)) -> #round(x) #4: #f❆1_s(x,x) -> #f❆1_s(x,round❆1_s(x)) #5: #f❆1_s(x,x) -> #round❆1_s(x) Number of SCCs: 2, DPs: 3, edges: 3 SCC { #4 } 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