NO (ignored inputs)COMMENT Cops #647 - #721: generated ground TRSs; evenly distributed in the UNR/UNC/NFP/CR hierarchy submitted by: Bertram Felgenhauer input TRS: [ a -> c, f(a) -> b, b -> b, b -> h(b,h(c,a)) ] TRS: [ a -> c, f(a) -> b, b -> b, b -> h(b,h(c,a)) ] New rules by rule reversing: [ a -> c, f(a) -> b, b -> b, b -> b, h(b,h(c,a)) -> b ] constructed TRS: [ a -> c, f(a) -> b, b -> b, b -> b, h(b,h(c,a)) -> b, b -> f(c), h(b,h(c,c)) -> b ] convertible distinct normal forms: h(f(c),h(c,c)) = f(c) UNC Completion (Development Closed) problems/669.trs: Success(not UNC) (0 msec.)