MAYBE (ignored inputs)COMMENT translated from Cops 259 *** Computating Strongly Quasi-Reducible Parts *** TRS: [ -(?x,?x) -> 0, +(?x,?y) -> +(?y,?x), +(0,?x) -> ?x, +(?x,0) -> ?x, +(s(?x),?y) -> s(+(?x,?y)), +(?x,s(?y)) -> s(+(?y,?x)), +(p(?x),?y) -> p(+(?x,?y)), +(?x,p(?y)) -> p(+(?y,?x)), s(p(?x)) -> ?x, p(s(?x)) -> ?x ] Constructors: {-,0,p,s} Defined function symbols: {+} Constructor subsystem: [ s(p(?x)) -> ?x, p(s(?x)) -> ?x, -(?x,?x) -> 0 ] no strongly quasi-reducible parts found examples/fromCops/cr/259.trs: Failure(unknown) (25 msec.)