]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
Importing new version of CMS2
authormsoos <msoos@e59a4935-1847-0410-ae03-e826735625c1>
Fri, 16 Apr 2010 15:54:30 +0000 (15:54 +0000)
committermsoos <msoos@e59a4935-1847-0410-ae03-e826735625c1>
Fri, 16 Apr 2010 15:54:30 +0000 (15:54 +0000)
commit6e40aa67ff034d57c93b66076f71506fb1520acc
treeea48d82f9da9ef7097780aba094c7f8426e4e896
parent3f84d17551e807f4fc6a9cf0f7b8e45a769d6ddf
Importing new version of CMS2

* bug with Conglomerate fixed. Conglomerate will in the future be
  callable in the middle of solving
* variable activity is now uint32_t. No more floating point code.
  This change also means a more conservative variable activity
  heuristic. Should help on most problems (but not crypto, I
  believe)
* Removed useless code around logging
* No more warnings on (deprecated) const char* to string conversion

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@687 e59a4935-1847-0410-ae03-e826735625c1
src/sat/cryptominisat2/Conglomerate.cpp
src/sat/cryptominisat2/Conglomerate.h
src/sat/cryptominisat2/FailedVarSearcher.cpp
src/sat/cryptominisat2/PartHandler.cpp
src/sat/cryptominisat2/Solver.cpp
src/sat/cryptominisat2/Solver.h
src/sat/cryptominisat2/Subsumer.cpp
src/sat/cryptominisat2/VERSION
src/sat/cryptominisat2/VarReplacer.cpp