/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: *(x,h()) -> h() *(h(),x) -> h() *(s(x),s(y)) -> s(+(+(*(x,y),x),y)) +(x,h()) -> x +(+(x,y),z) -> +(x,+(y,z)) +(h(),x) -> x +(s(x),s(y)) -> s(s(+(x,y))) a(l,x,s(y),h()) -> a(l,x,y,s(h())) a(l,x,s(y),s(z)) -> a(l,x,y,a(l,x,s(y),z)) a(l,s(x),h(),z) -> a(l,x,z,z) a(h(),h(),h(),x) -> s(x) a(s(l),h(),h(),z) -> a(l,z,h(),z) s(h()) -> 1() - Signature: {*/2,+/2,a/4,s/1} / {1/0,h/0} - Obligation: innermost derivational complexity wrt. signature {*,+,1,a,h,s} + 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