/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: f(x,0(),0()) -> s(x) f(0(),y,0()) -> s(y) f(0(),0(),z) -> s(z) f(0(),s(0()),s(0())) -> s(s(0())) f(0(),s(0()),s(s(z))) -> f(0(),s(0()),z) f(0(),s(s(y)),s(0())) -> f(0(),y,s(0())) f(0(),s(s(y)),s(s(z))) -> f(0(),y,f(0(),s(s(y)),s(z))) f(s(x),0(),s(z)) -> f(x,s(0()),z) f(s(x),s(y),0()) -> f(x,y,s(0())) f(s(x),s(y),s(z)) -> f(x,y,f(s(x),s(y),z)) f(s(0()),y,z) -> f(0(),s(y),s(z)) - Signature: {f/3} / {0/0,s/1} - Obligation: innermost derivational complexity wrt. signature {0,f,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