Input TRS: 1: a() -> b() 2: f(s(x)) ->= c(x,f(x)) 3: c(x,c(y(),z())) ->= c(y(),c(x,z())) Number of strict rules: 1 Direct Order(PosReal,>,Poly) ... removes: 1 2 a() weight: (/ 1 4) s(x1) weight: (/ 41801 4) + 2 * x1 z() weight: (/ 1 4) b() weight: 0 y() weight: (/ 251589 4) c(x1,x2) weight: 10450 + x2 + x1 f(x1) weight: (/ 56873 4) + x1 Number of strict rules: 0 YES