MAYBE (ignored inputs)COMMENT submitted by: Johannes Waldmann input TRS: [ b(c(?x)) -> a(a(?x)), c(b(?x)) -> a(c(?x)), a(b(?x)) -> a(a(?x)), b(b(?x)) -> a(b(?x)), b(c(?x)) -> b(c(?x)), c(a(?x)) -> a(b(?x)), a(c(?x)) -> c(b(?x)), b(a(?x)) -> c(a(?x)) ] TRS: [ b(c(?x)) -> a(a(?x)), c(b(?x)) -> a(c(?x)), a(b(?x)) -> a(a(?x)), b(b(?x)) -> a(b(?x)), b(c(?x)) -> b(c(?x)), c(a(?x)) -> a(b(?x)), a(c(?x)) -> c(b(?x)), b(a(?x)) -> c(a(?x)) ] New rules by rule reversing: [ b(c(?x)) -> a(a(?x)), c(b(?x)) -> a(c(?x)), a(b(?x)) -> a(a(?x)), b(b(?x)) -> a(b(?x)), c(a(?x)) -> a(b(?x)), a(c(?x)) -> c(b(?x)), b(a(?x)) -> c(a(?x)) ] Check distinct normal forms in critical pair closure...failed problems/1005.trs: Failure(unknown UNC) (4 msec.)