]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
Clear the simplify maps after each transformation of div/mod/rem. This reverts back...
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Sat, 1 Aug 2009 16:12:17 +0000 (16:12 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Sat, 1 Aug 2009 16:12:17 +0000 (16:12 +0000)
commit38918af5077092b25730a5190558441445f0c4ff
treefd566be8e16b4007d2a225de7d03d93c1a4c9f48
parentbd774376780f6cc7a52e50a62a8aa6de59de26d2
Clear the simplify maps after each transformation of div/mod/rem. This reverts back a change I tentatively made. Not clearing the simplify maps after transforming means they will be in memory during SAT solving. Which is a very bad idea.

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@99 e59a4935-1847-0410-ae03-e826735625c1
AST/Transform.cpp