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: s(s(+(+(?y_3,?z_3),?x_2))) = +(+(?z_3,?y_3),s(s(?x_2))) UNC Completion (Development Closed) problems/588.trs: Success(not UNC) (0 msec.)