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