/export/starexec/sandbox/solver/bin/starexec_run_default /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- MAYBE ******** Signature ******** 0 : nat i : nat -> nat s : nat -> nat twice : ((nat -> nat),nat) -> nat ******** Computation Rules ******** (1) i(0) => 0 (2) i(s(X)) => s(twice(%X.i(%X),X)) (3) twice(Z) => %Y.Z[Z[%Y]] MAYBE