Input TRS: 1: g(x,y) -> x 2: g(x,y) -> y 3: f(s(x),y,y) -> f(y,x,s(x)) Number of strict rules: 3 Direct Order(PosReal,>,Poly) ... removes: 1 3 2 s(x1) weight: (/ 1 4) + x1 f(x1,x2,x3) weight: 2 * x1 + x2 + x3 g(x1,x2) weight: (/ 1 4) + x1 + x2 Number of strict rules: 0 YES