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