/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 (1) with F|-> F, Y|-> F[Y] or, (1-1) with Y'|-> Y', Y|-> Y' a subterm of the rhs is matched with its lhs using forward closure of the rules. ******** Signature ******** cons : (a,b) -> b iterate : ((a -> a),a) -> b ******** Computation Rules ******** (1) iterate(F,Y) => cons(Y,iterate(F,F[Y])) NO