/export/starexec/sandbox2/solver/bin/starexec_run_tct_dci /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- MAYBE * Step 1: Failure MAYBE + Considered Problem: - Strict TRS: a() -> b() a() -> c() ge(x,0()) -> true() ge(0(),s(y)) -> false() ge(s(x),s(y)) -> ge(x,y) head(cons(x,xs)) -> x head(nil()) -> error() ifProd(false(),xs,x) -> prodIter(tail(xs),times(x,head(xs))) ifProd(true(),xs,x) -> x ifTimes(false(),x,y,z,u) -> timesIter(x,y,plus(y,z),s(u)) ifTimes(true(),x,y,z,u) -> z isempty(cons(x,xs)) -> false() isempty(nil()) -> true() plus(0(),y) -> y plus(s(x),y) -> s(plus(x,y)) prod(xs) -> prodIter(xs,s(0())) prodIter(xs,x) -> ifProd(isempty(xs),xs,x) tail(cons(x,xs)) -> xs tail(nil()) -> nil() times(x,y) -> timesIter(x,y,0(),0()) timesIter(x,y,z,u) -> ifTimes(ge(u,x),x,y,z,u) - Signature: {a/0,ge/2,head/1,ifProd/3,ifTimes/5,isempty/1,plus/2,prod/1,prodIter/2,tail/1,times/2,timesIter/4} / {0/0 ,b/0,c/0,cons/2,error/0,false/0,nil/0,s/1,true/0} - Obligation: innermost derivational complexity wrt. signature {0,a,b,c,cons,error,false,ge,head,ifProd,ifTimes,isempty ,nil,plus,prod,prodIter,s,tail,times,timesIter,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