/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: =(x,x) -> true() =(x,y) -> if(x,y,if(y,false(),true())) =(x,y) -> if(x,y,not(y)) and(x,y) -> if(x,y,false()) if(x,x,if(x,false(),true())) -> true() if(false(),x,y) -> y if(true(),x,y) -> x implies(x,y) -> if(x,y,true()) not(x) -> if(x,false(),true()) or(x,y) -> if(x,true(),y) - Signature: {=/2,and/2,if/3,implies/2,not/1,or/2} / {false/0,true/0} - Obligation: innermost derivational complexity wrt. signature {=,and,false,if,implies,not,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