NO (ignored inputs)COMMENT experiments for [36] submitted by: Takahito Aoto input TRS: [ +(0,?y) -> ?y, +(s(0),?y) -> s(?y), +(s(s(?x)),?y) -> s(s(+(?y,?x))), +(?x,+(?y,?z)) -> +(+(?z,?y),?x) ] TRS: [ +(0,?y) -> ?y, +(s(0),?y) -> s(?y), +(s(s(?x)),?y) -> s(s(+(?y,?x))), +(?x,+(?y,?z)) -> +(+(?z,?y),?x) ] constructed TRS: [ +(0,?y) -> ?y, +(s(0),?y) -> s(?y), +(s(s(?x)),?y) -> s(s(+(?y,?x))), +(?x,+(?y,?z)) -> +(+(?z,?y),?x) ] convertible distinct normal forms: +(?x_3,s(s(+(?y_2,?x_2)))) = +(+(?y_2,s(s(?x_2))),?x_3) UNC Completion (Strongly Closed) problems/588.trs: Success(not UNC) (0 msec.)