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