/export/starexec/sandbox/solver/bin/starexec_run_tct_dci_cert /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- MAYBE EmptyProcessor - Strict TRS: and(x,false()) -> false() and(x,true()) -> x f(true(),x,y,z) -> f(and(gt(x,y),gt(x,z)),x,y,s(z)) f(true(),x,y,z) -> f(and(gt(x,y),gt(x,z)),x,s(y),z) gt(0(),v) -> false() gt(s(u),0()) -> true() gt(s(u),s(v)) -> gt(u,v) - Signature: {and/2,f/4,gt/2} / {0/0,false/0,s/1,true/0} - Obligation: innermost derivational complexity wrt. signature {0,and,f,false,gt,s,true} The problem is still open.