/export/starexec/sandbox2/solver/bin/starexec_run_default /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- NO Not SN because in (2) with Z|-> z1.z2.Z[z2,z1] or, (2-2) with Z|-> z1.z2.Z[z1,z2] or, (2-2_%U) with Z'|-> z1.z2.z3.Z'[z2,z3,z1] a subterm of the rhs is matched with its lhs using forward closure of the rules. ******** Signature ******** new : (N -> A) -> A ******** Computation Rules ******** (1) new(%X.X) => X (2) new(%Z.new(%Y.Z[%Z,%Y])) => new(%U.new(%V.Z[%V,%U])) NO