/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: and(x,x) -> x and(x,F()) -> F() and(x,T()) -> x and(xor(x,y),z) -> xor(and(x,z),and(y,z)) equiv(x,y) -> xor(x,xor(y,T())) impl(x,y) -> xor(and(x,y),xor(x,T())) neg(x) -> xor(x,T()) or(x,y) -> xor(and(x,y),xor(x,y)) xor(x,x) -> F() xor(x,F()) -> x xor(x,neg(x)) -> F() - Signature: {and/2,equiv/2,impl/2,neg/1,or/2,xor/2} / {F/0,T/0} - Obligation: innermost derivational complexity wrt. signature {F,T,and,equiv,impl,neg,or,xor} + 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