/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: app(app(and(),x),false()) -> false() app(app(and(),false()),y) -> false() app(app(and(),true()),true()) -> true() app(app(forall(),p),app(app(cons(),x),xs)) -> app(app(and(),app(p,x)),app(app(forall(),p),xs)) app(app(forall(),p),nil()) -> true() app(app(forsome(),p),app(app(cons(),x),xs)) -> app(app(or(),app(p,x)),app(app(forsome(),p),xs)) app(app(forsome(),p),nil()) -> false() app(app(or(),x),true()) -> true() app(app(or(),false()),false()) -> false() app(app(or(),true()),y) -> true() - Signature: {app/2} / {and/0,cons/0,false/0,forall/0,forsome/0,nil/0,or/0,true/0} - Obligation: innermost derivational complexity wrt. signature {and,app,cons,false,forall,forsome,nil,or,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