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