]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
Bugfix. The bvsolver would replace a variable with an equation that contained that...
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Tue, 8 Jun 2010 12:52:46 +0000 (12:52 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Tue, 8 Jun 2010 12:52:46 +0000 (12:52 +0000)
commit773544551995dfe40aaf9fd76176109c24489a98
tree3d0a0f01fef8bd4bd1079f68770bb09482e1bc6f
parente2f89ce59c467a972ff6db40662a64b5f087a073
Bugfix. The bvsolver would replace a variable with an equation that contained that same variable. It did so because there was a special case that let it. I removed the special case.

I don't understand why the special case was there, so aren't sure if this will slow down some other instances?

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@815 e59a4935-1847-0410-ae03-e826735625c1
src/simplifier/bvsolver.cpp