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