/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: half(0()) -> 0() half(s(0())) -> 0() half(s(s(x))) -> s(half(x)) help(x,y) -> ifb(lt(y,x),x,y) ifa(false(),x) -> logZeroError() ifa(true(),x) -> help(x,1()) ifb(false(),x,y) -> y ifb(true(),x,y) -> help(half(x),s(y)) logarithm(x) -> ifa(lt(0(),x),x) lt(x,0()) -> false() lt(0(),s(x)) -> true() lt(s(x),s(y)) -> lt(x,y) - Signature: {half/1,help/2,ifa/2,ifb/3,logarithm/1,lt/2} / {0/0,1/0,false/0,logZeroError/0,s/1,true/0} - Obligation: innermost derivational complexity wrt. signature {0,1,false,half,help,ifa,ifb,logZeroError,logarithm,lt,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