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: [ c -> f(c), c -> c, f(a) -> b, a -> c ] TRS: [ c -> f(c), c -> c, f(a) -> b, a -> c ] New rules by rule reversing: [ c -> c, f(c) -> c, c -> c, f(a) -> b, a -> c ] constructed TRS: [ c -> c, f(c) -> c, c -> c, f(a) -> b, a -> c, f(c) -> b, c -> b ] convertible distinct normal forms: f(b) = b UNC Completion (Development Closed) problems/670.trs: Success(not UNC) (4 msec.)