]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
added cryptominisat. the second time
authorvijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Thu, 29 Oct 2009 17:54:48 +0000 (17:54 +0000)
committervijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Thu, 29 Oct 2009 17:54:48 +0000 (17:54 +0000)
commite06dc9ea6d1bf6cd8b2bd88a7ceff4971ccec368
treec29d643cf5387b28f513ef24acfe132d116b7048
parent7cd0f810bbfe42a9517d2ad6920bdead751b5b84
added cryptominisat. the second time

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@360 e59a4935-1847-0410-ae03-e826735625c1
22 files changed:
src/sat/cryptominisat/AUTHORS [new file with mode: 0644]
src/sat/cryptominisat/LICENSE [new file with mode: 0644]
src/sat/cryptominisat/Logger.C [new file with mode: 0644]
src/sat/cryptominisat/Logger.h [new file with mode: 0644]
src/sat/cryptominisat/MTRand/MersenneTwister.h [new file with mode: 0644]
src/sat/cryptominisat/Makefile [new file with mode: 0644]
src/sat/cryptominisat/Solver.C [new file with mode: 0644]
src/sat/cryptominisat/Solver.h [new file with mode: 0644]
src/sat/cryptominisat/SolverTypes.h [new file with mode: 0644]
src/sat/cryptominisat/clause.cpp [new file with mode: 0644]
src/sat/cryptominisat/clause.h [new file with mode: 0644]
src/sat/cryptominisat/fcopy.cpp [new file with mode: 0644]
src/sat/cryptominisat/fcopy.h [new file with mode: 0644]
src/sat/cryptominisat/mtl/Alg.h [new file with mode: 0644]
src/sat/cryptominisat/mtl/BasicHeap.h [new file with mode: 0644]
src/sat/cryptominisat/mtl/BoxedVec.h [new file with mode: 0644]
src/sat/cryptominisat/mtl/Heap.h [new file with mode: 0644]
src/sat/cryptominisat/mtl/Map.h [new file with mode: 0644]
src/sat/cryptominisat/mtl/Queue.h [new file with mode: 0644]
src/sat/cryptominisat/mtl/Sort.h [new file with mode: 0644]
src/sat/cryptominisat/mtl/Vec.h [new file with mode: 0644]
src/sat/cryptominisat/mtl/template.mk [new file with mode: 0644]