/export/starexec/sandbox2/solver/bin/starexec_run_tct_dci_cert /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- MAYBE EmptyProcessor - Strict TRS: fac(s(x)) -> times(fac(p(s(x))),s(x)) p(s(0())) -> 0() p(s(s(x))) -> s(p(s(x))) plus(x,0()) -> x plus(x,s(y)) -> s(plus(x,y)) times(x,0()) -> 0() times(0(),y) -> 0() times(s(x),y) -> plus(times(x,y),y) - Signature: {fac/1,p/1,plus/2,times/2} / {0/0,s/1} - Obligation: innermost derivational complexity wrt. signature {0,fac,p,plus,s,times} The problem is still open.