/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(add(n,x),y) -> add(n,app(x,y)) app(nil(),y) -> y head(add(n,x)) -> n if(false(),x,y,z) -> shuff(reverse(tail(x)),z) if(true(),x,y,z) -> y null(add(n,x)) -> false() null(nil()) -> true() reverse(add(n,x)) -> app(reverse(x),add(n,nil())) reverse(nil()) -> nil() shuff(x,y) -> if(null(x),x,y,app(y,add(head(x),nil()))) shuffle(x) -> shuff(x,nil()) tail(add(n,x)) -> x tail(nil()) -> nil() - Signature: {app/2,head/1,if/4,null/1,reverse/1,shuff/2,shuffle/1,tail/1} / {add/2,false/0,nil/0,true/0} - Obligation: innermost derivational complexity wrt. signature {add,app,false,head,if,nil,null,reverse,shuff,shuffle,tail ,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