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