YES (ignored inputs)COMMENT doi:10.1007/978-3-540-31982-5_30 [42] Example 1 input TRS: [ c -> f(c,c), c -> g(c,c), f(?x,f(?x,?x)) -> c ] TRS: [ c -> f(c,c), c -> g(c,c), f(?x,f(?x,?x)) -> c ] New rules by rule reversing: [ c -> c, f(c,c) -> c, c -> c, g(c,c) -> c, f(?x,f(?x,?x)) -> c ] Right-Reducible problems/226.trs: Success(UNC) (0 msec.)