/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(*(),0()),y) -> 0() app(app(*(),app(s(),x)),y) -> app(app(+(),app(app(*(),x),y)),y) app(app(+(),x),0()) -> x app(app(+(),x),app(s(),y)) -> app(s(),app(app(+(),x),y)) app(app(app(app(filter2(),false()),f),x),xs) -> app(app(filter(),f),xs) app(app(app(app(filter2(),true()),f),x),xs) -> app(app(cons(),x),app(app(filter(),f),xs)) app(app(filter(),f),app(app(cons(),x),xs)) -> app(app(app(app(filter2(),app(f,x)),f),x),xs) app(app(filter(),f),nil()) -> nil() 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(fact(),0()) -> app(s(),0()) app(fact(),app(s(),x)) -> app(app(*(),app(s(),x)),app(fact(),app(p(),app(s(),x)))) app(p(),app(s(),x)) -> x - Signature: {app/2} / {*/0,+/0,0/0,cons/0,fact/0,false/0,filter/0,filter2/0,map/0,nil/0,p/0,s/0,true/0} - Obligation: innermost derivational complexity wrt. signature {*,+,0,app,cons,fact,false,filter,filter2,map,nil,p,s,true} The problem is still open.