/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: addList(x,y) -> if(le(0(),min(len(x),len(y))),0(),x,y,nil()) if(false(),c,x,y,z) -> z if(true(),c,xs,ys,z) -> if(le(s(c),min(len(xs),len(ys))),s(c),xs,ys,cons(sum(take(c,xs),take(c,ys)),z)) le(0(),x) -> true() le(s(x),0()) -> false() le(s(x),s(y)) -> le(x,y) len(cons(x,xs)) -> s(len(xs)) len(nil()) -> 0() min(0(),y) -> 0() min(s(x),0()) -> 0() min(s(x),s(y)) -> min(x,y) sum(x,0()) -> x sum(x,s(y)) -> s(sum(x,y)) take(0(),cons(y,ys)) -> y take(s(x),cons(y,ys)) -> take(x,ys) - Signature: {addList/2,if/5,le/2,len/1,min/2,sum/2,take/2} / {0/0,cons/2,false/0,nil/0,s/1,true/0} - Obligation: innermost derivational complexity wrt. signature {0,addList,cons,false,if,le,len,min,nil,s,sum,take,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