/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: and(x,x) -> x and(x,false()) -> false() and(x,true()) -> x and(xor(x,y),z) -> xor(and(x,z),and(y,z)) implies(x,y) -> xor(and(x,y),xor(x,true())) not(x) -> xor(x,true()) or(x,y) -> xor(and(x,y),xor(x,y)) xor(x,x) -> false() xor(x,false()) -> x - Signature: {and/2,implies/2,not/1,or/2,xor/2} / {false/0,true/0} - Obligation: innermost derivational complexity wrt. signature {and,false,implies,not,or,true,xor} The problem is still open.