NO (ignored inputs)COMMENT from experiments for [44] submitted by: Tsubasa Suzuki , Takahito Aoto , and Yoshihito Toyama input TRS: [ a(?x) -> g(b(?x)), a(?x) -> c(?x), b(?x) -> g(b(?x)) ] TRS: [ a(?x) -> g(b(?x)), a(?x) -> c(?x), b(?x) -> g(b(?x)) ] New rules by rule reversing: [ g(b(?x)) -> a(?x), a(?x) -> c(?x), b(?x) -> b(?x), g(b(?x)) -> b(?x) ] constructed TRS: [ g(b(?x)) -> a(?x), a(?x) -> c(?x), b(?x) -> b(?x), g(b(?x)) -> b(?x), b(?x) -> c(?x), a(?x_4) -> g(c(?x_4)), b(?x_4) -> g(c(?x_4)) ] convertible distinct normal forms: c(?x_4) = g(c(?x_4)) UNC Completion (Development Closed) problems/237.trs: Success(not UNC) (4 msec.)