]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
Add the interface code for constant bit propagation. This isn't all of the code...
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Mon, 5 Jul 2010 04:43:52 +0000 (04:43 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Mon, 5 Jul 2010 04:43:52 +0000 (04:43 +0000)
commitcef8b193fa6528cfa051be78b3201460addea28a
tree800a5786e5663293fdb29e7f46e4969ddfcea981
parent0daef886b5269c246f64a67180897a3939eff8e9
Add the interface code for constant bit propagation.  This isn't all of the code, just the code required to interface with the bit blaster.

This code isn't called. So this patch doesn't change STP at all.

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@923 e59a4935-1847-0410-ae03-e826735625c1
15 files changed:
src/STPManager/UserDefinedFlags.h
src/simplifier/Makefile
src/simplifier/SubstitutionMap.cpp
src/simplifier/SubstitutionMap.h
src/simplifier/constantBitP/ConstantBitP_Utility.cpp [new file with mode: 0644]
src/simplifier/constantBitP/ConstantBitP_Utility.h [new file with mode: 0644]
src/simplifier/constantBitP/ConstantBitPropagation.cpp [new file with mode: 0644]
src/simplifier/constantBitP/ConstantBitPropagation.h [new file with mode: 0644]
src/simplifier/constantBitP/Dependencies.h [new file with mode: 0644]
src/simplifier/constantBitP/FixedBits.cpp [new file with mode: 0644]
src/simplifier/constantBitP/FixedBits.h [new file with mode: 0644]
src/simplifier/constantBitP/NodeToFixedBitsMap.h [new file with mode: 0644]
src/simplifier/constantBitP/WorkList.h [new file with mode: 0644]
src/to-sat/BitBlaster.cpp
src/to-sat/BitBlaster.h