/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: gcd(0(),Y) -> 0() gcd(s(X),0()) -> s(X) gcd(s(X),s(Y)) -> if(le(Y,X),s(X),s(Y)) if(false(),s(X),s(Y)) -> gcd(minus(Y,X),s(X)) if(true(),s(X),s(Y)) -> gcd(minus(X,Y),s(Y)) le(0(),Y) -> true() le(s(X),0()) -> false() le(s(X),s(Y)) -> le(X,Y) minus(X,0()) -> X minus(X,s(Y)) -> pred(minus(X,Y)) pred(s(X)) -> X - Signature: {gcd/2,if/3,le/2,minus/2,pred/1} / {0/0,false/0,s/1,true/0} - Obligation: innermost derivational complexity wrt. signature {0,false,gcd,if,le,minus,pred,s,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