]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
When encoding to CNF via ABC, use the simple mapping if there are more than 10M nodes...
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Fri, 10 Sep 2010 14:43:26 +0000 (14:43 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Fri, 10 Sep 2010 14:43:26 +0000 (14:43 +0000)
commit1a6258dd16f4241eca5c78c2cfb60c4a3a16edd7
tree6abfde0b025efc5278fe95be9ad473abbdf820b1
parent7304c2c33f38ec6a5487a5d83de2793456d59ac1
When encoding to CNF via ABC, use the simple mapping if there are more than 10M nodes. This is because currently ABC seems to have a 4GB memory limit internally. So any more than about 10M nodes maxes out the memory.

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1016 e59a4935-1847-0410-ae03-e826735625c1
src/to-sat/AIG/BBNodeManagerAIG.cpp