]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
The constant evaluator can now evaluate shifts by amounts > MAX_INT. Prior, if an...
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Tue, 15 Sep 2009 02:39:39 +0000 (02:39 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Tue, 15 Sep 2009 02:39:39 +0000 (02:39 +0000)
commit07c33e43bbfb2c8e73a000d2d9e5f9a648aa5c98
tree94de4c838a1772ed135f884009d795f30eb0ff64
parenteb2181fd969faa01e28d11263592b022f178d848
The constant evaluator can now evaluate shifts by amounts > MAX_INT. Prior, if an attempt was made to shift a value, by say, 2^100, it would fail because the shift amount was loaded into an integer.

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@227 e59a4935-1847-0410-ae03-e826735625c1
src/const-evaluator/consteval.cpp