/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: app(x,y) -> helpa(0(),plus(length(x),length(y)),x,y) ge(x,0()) -> true() ge(0(),s(x)) -> false() ge(s(x),s(y)) -> ge(x,y) helpa(c,l,ys,zs) -> if(ge(c,l),c,l,ys,zs) helpb(c,l,ys,zs) -> cons(take(c,ys,zs),helpa(s(c),l,ys,zs)) if(false(),c,l,ys,zs) -> helpb(c,l,ys,zs) if(true(),c,l,ys,zs) -> nil() length(cons(x,y)) -> s(length(y)) length(nil()) -> 0() plus(x,0()) -> x plus(x,s(y)) -> s(plus(x,y)) take(0(),cons(x,xs()),ys) -> x take(0(),nil(),cons(y,ys)) -> y take(s(c),cons(x,xs()),ys) -> take(c,xs(),ys) take(s(c),nil(),cons(y,ys)) -> take(c,nil(),ys) - Signature: {app/2,ge/2,helpa/4,helpb/4,if/5,length/1,plus/2,take/3} / {0/0,cons/2,false/0,nil/0,s/1,true/0,xs/0} - Obligation: innermost derivational complexity wrt. signature {0,app,cons,false,ge,helpa,helpb,if,length,nil,plus,s,take ,true,xs} + 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