/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(x) -> help(x,0()) help(x,c) -> if(lt(c,x),x,c) if(false(),x,c) -> s(0()) if(true(),x,c) -> times(s(c),help(x,s(c))) lt(x,0()) -> false() lt(0(),s(x)) -> true() lt(s(x),s(y)) -> lt(x,y) - Signature: {fac/1,help/2,if/3,lt/2} / {0/0,false/0,s/1,times/2,true/0} - Obligation: innermost derivational complexity wrt. signature {0,fac,false,help,if,lt,s,times,true} The problem is still open.