/export/starexec/sandbox/solver/bin/starexec_run_tct_dci /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- MAYBE * Step 1: Failure MAYBE + Considered Problem: - Strict TRS: 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(app(rev1(),x),app(app(cons(),y),l)) -> app(app(rev1(),y),l) app(app(rev1(),0()),nil()) -> 0() app(app(rev1(),app(s(),x)),nil()) -> app(s(),x) app(app(rev2(),x),app(app(cons(),y),l)) -> app(rev(),app(app(cons(),x),app(app(rev2(),y),l))) app(app(rev2(),x),nil()) -> nil() app(rev(),app(app(cons(),x),l)) -> app(app(cons(),app(app(rev1(),x),l)),app(app(rev2(),x),l)) app(rev(),nil()) -> nil() - Signature: {app/2} / {0/0,cons/0,false/0,filter/0,filter2/0,map/0,nil/0,rev/0,rev1/0,rev2/0,s/0,true/0} - Obligation: innermost derivational complexity wrt. signature {0,app,cons,false,filter,filter2,map,nil,rev,rev1,rev2,s ,true} + Applied Processor: DecomposeCP {onSelectionCP_ = any strict-rules, withBoundCP_ = RelativeComp, withCP_ = NaturalMI {miDimension = 4, miDegree = 4, miKind = Algebraic, uargs = NoUArgs, urules = NoURules, selector = Nothing}} + Details: The processor is not applicable. The reason is some rule is duplicating. MAYBE