/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(and(),x),false()) -> false() app(app(and(),false()),y) -> false() app(app(and(),true()),true()) -> true() app(app(forall(),p),app(app(cons(),x),xs)) -> app(app(and(),app(p,x)),app(app(forall(),p),xs)) app(app(forall(),p),nil()) -> true() app(app(forsome(),p),app(app(cons(),x),xs)) -> app(app(or(),app(p,x)),app(app(forsome(),p),xs)) app(app(forsome(),p),nil()) -> false() app(app(or(),x),true()) -> true() app(app(or(),false()),false()) -> false() app(app(or(),true()),y) -> true() - Signature: {app/2} / {and/0,cons/0,false/0,forall/0,forsome/0,nil/0,or/0,true/0} - Obligation: innermost derivational complexity wrt. signature {and,app,cons,false,forall,forsome,nil,or,true} The problem is still open.