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