/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(if(),false()),xs),ys) -> ys app(app(app(if(),true()),xs),ys) -> xs app(app(d(),x),0()) -> true() app(app(d(),app(s(),x)),app(s(),y)) -> app(app(app(if(),app(app(gtr(),x),y)),false()) ,app(app(d(),app(s(),x)),app(app(sub(),y),x))) app(app(filter(),p),app(app(cons(),x),xs)) -> app(app(app(if(),app(p,x)) ,app(app(cons(),x),app(app(filter(),p),xs))) ,app(app(filter(),p),xs)) app(app(filter(),p),nil()) -> nil() app(app(gtr(),0()),y) -> false() app(app(gtr(),app(s(),x)),0()) -> true() app(app(gtr(),app(s(),x)),app(s(),y)) -> app(app(gtr(),x),y) app(app(sub(),x),0()) -> x app(app(sub(),app(s(),x)),app(s(),y)) -> app(app(sub(),x),y) app(len(),app(app(cons(),x),xs)) -> app(s(),app(len(),xs)) app(len(),nil()) -> 0() - Signature: {app/2} / {0/0,cons/0,d/0,false/0,filter/0,gtr/0,if/0,len/0,nil/0,s/0,sub/0,true/0} - Obligation: innermost derivational complexity wrt. signature {0,app,cons,d,false,filter,gtr,if,len,nil,s,sub,true} The problem is still open.