/export/starexec/sandbox2/solver/bin/starexec_run_tct_dci /export/starexec/sandbox2/benchmark/theBenchmark.xml /export/starexec/sandbox2/output/output_files -------------------------------------------------------------------------------- MAYBE * Step 1: Failure MAYBE + Considered Problem: - Strict TRS: app(app(add(),0()),y) -> y app(app(add(),app(s(),x)),y) -> app(s(),app(app(add(),x),y)) app(app(app(rec(),f),x),0()) -> x app(app(app(rec(),f),x),app(s(),y)) -> app(app(f,app(s(),y)),app(app(app(rec(),f),x),y)) app(app(mult(),0()),y) -> 0() app(app(mult(),app(s(),x)),y) -> app(app(add(),app(app(mult(),x),y)),y) fact() -> app(app(rec(),mult()),app(s(),0())) - Signature: {app/2,fact/0} / {0/0,add/0,mult/0,rec/0,s/0} - Obligation: innermost derivational complexity wrt. signature {0,add,app,fact,mult,rec,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