/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: app(app(app(comp(),f),g),x) -> app(f,app(g,x)) app(app(plus(),0()),y) -> y app(app(plus(),app(s(),x)),y) -> app(s(),app(app(plus(),x),y)) app(app(times(),0()),y) -> 0() app(app(times(),app(s(),x)),y) -> app(app(plus(),app(app(times(),x),y)),y) app(twice(),f) -> app(app(comp(),f),f) - Signature: {app/2} / {0/0,comp/0,plus/0,s/0,times/0,twice/0} - Obligation: innermost derivational complexity wrt. signature {0,app,comp,plus,s,times,twice} The problem is still open.