/export/starexec/sandbox/solver/bin/starexec_run_tct_dci_cert /export/starexec/sandbox/benchmark/theBenchmark.xml /export/starexec/sandbox/output/output_files -------------------------------------------------------------------------------- MAYBE EmptyProcessor - 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} The problem is still open.