]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
converting NOT(a) into XOR(a, true). Helps with bio. Breaks test000013.cvc
authorvijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Fri, 11 Dec 2009 00:27:54 +0000 (00:27 +0000)
committervijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Fri, 11 Dec 2009 00:27:54 +0000 (00:27 +0000)
commit249891e27248ebbdc0eeed12d4a27a266cd0e7f6
tree7f9817cba757220b112a96d06f51c0b1134b63b5
parentd4d8c921b1017d5916f2b2da90dc22041de15c70
converting NOT(a) into XOR(a, true). Helps with bio. Breaks test000013.cvc

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@502 e59a4935-1847-0410-ae03-e826735625c1
scripts/Makefile.common
src/to-sat/BitBlast.cpp
src/to-sat/SimpBool.cpp