/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: a() -> b() a() -> c() double(0()) -> 0() double(s(x)) -> s(s(double(x))) droplast(cons(x,cons(y,xs))) -> cons(x,droplast(cons(y,xs))) droplast(cons(x,nil())) -> nil() droplast(nil()) -> nil() if(false(),x,y,z) -> loop(x,double(y),s(z)) if(true(),x,y,z) -> z ifmap(false(),xs,ys) -> mapIter(droplast(xs),cons(log(last(xs)),ys)) ifmap(true(),xs,ys) -> ys isempty(cons(x,xs)) -> false() isempty(nil()) -> true() last(cons(x,cons(y,xs))) -> last(cons(y,xs)) last(cons(x,nil())) -> x last(nil()) -> error() le(0(),y) -> true() le(s(x),0()) -> false() le(s(x),s(y)) -> le(x,y) log(0()) -> logError() log(s(x)) -> loop(s(x),s(0()),0()) loop(x,s(y),z) -> if(le(x,s(y)),x,s(y),z) mapIter(xs,ys) -> ifmap(isempty(xs),xs,ys) maplog(xs) -> mapIter(xs,nil()) - Signature: {a/0,double/1,droplast/1,if/4,ifmap/3,isempty/1,last/1,le/2,log/1,loop/3,mapIter/2,maplog/1} / {0/0,b/0,c/0 ,cons/2,error/0,false/0,logError/0,nil/0,s/1,true/0} - Obligation: innermost derivational complexity wrt. signature {0,a,b,c,cons,double,droplast,error,false,if,ifmap,isempty ,last,le,log,logError,loop,mapIter,maplog,nil,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