/export/starexec/sandbox/solver/bin/starexec_run_default /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- NO Not SN because in (3) with J|-> J, I|-> I, X1|-> I[X1] or, (3-3) with J|-> J, X1'|-> X1', X1|-> X1' a subterm of the rhs is matched with its lhs using forward closure of the rules. ******** Signature ******** false : a if : (a,b,b) -> b true : a until : ((b -> a),(b -> b),b) -> b ******** Computation Rules ******** (1) if(true,X,Y) => X (2) if(false,U,V) => V (3) until(J,I,X1) => if(J[X1],X1,until(J,I,I[X1])) NO