]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
Importing the new cryptominisat
authormsoos <msoos@e59a4935-1847-0410-ae03-e826735625c1>
Wed, 14 Apr 2010 18:18:39 +0000 (18:18 +0000)
committermsoos <msoos@e59a4935-1847-0410-ae03-e826735625c1>
Wed, 14 Apr 2010 18:18:39 +0000 (18:18 +0000)
commit2248888f7686b68aea5fd0a9669320ee1108a460
treea64289758520d9e53fba2c0f69ac88fc97b96281
parentfc41d9973b51dde1d82808c092729b97c54b9519
Importing the new cryptominisat

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@676 e59a4935-1847-0410-ae03-e826735625c1
65 files changed:
src/AST/Makefile
src/STPManager/Makefile
src/main/Makefile
src/main/main.cpp
src/sat/cryptominisat2/BitArray.h
src/sat/cryptominisat2/BoundedQueue.h
src/sat/cryptominisat2/CSet.h [new file with mode: 0644]
src/sat/cryptominisat2/Clause.cpp [new file with mode: 0644]
src/sat/cryptominisat2/Clause.h
src/sat/cryptominisat2/ClauseCleaner.cpp
src/sat/cryptominisat2/ClauseCleaner.h
src/sat/cryptominisat2/Conglomerate.cpp
src/sat/cryptominisat2/Conglomerate.h
src/sat/cryptominisat2/DoublePackedRow.h [new file with mode: 0644]
src/sat/cryptominisat2/FailedVarSearcher.cpp [new file with mode: 0644]
src/sat/cryptominisat2/FailedVarSearcher.h [new file with mode: 0644]
src/sat/cryptominisat2/FindUndef.cpp
src/sat/cryptominisat2/FindUndef.h
src/sat/cryptominisat2/Gaussian.cpp
src/sat/cryptominisat2/Gaussian.h
src/sat/cryptominisat2/GaussianConfig.h
src/sat/cryptominisat2/Logger.cpp
src/sat/cryptominisat2/Logger.h
src/sat/cryptominisat2/Makefile
src/sat/cryptominisat2/MatrixFinder.cpp
src/sat/cryptominisat2/MatrixFinder.h
src/sat/cryptominisat2/MersenneTwister.h [new file with mode: 0644]
src/sat/cryptominisat2/PackedMatrix.h
src/sat/cryptominisat2/PackedRow.cpp
src/sat/cryptominisat2/PackedRow.h
src/sat/cryptominisat2/PartFinder.cpp [new file with mode: 0644]
src/sat/cryptominisat2/PartFinder.h [new file with mode: 0644]
src/sat/cryptominisat2/PartHandler.cpp [new file with mode: 0644]
src/sat/cryptominisat2/PartHandler.h [new file with mode: 0644]
src/sat/cryptominisat2/RestartTypeChooser.cpp
src/sat/cryptominisat2/RestartTypeChooser.h
src/sat/cryptominisat2/SmallPtr.cpp [new file with mode: 0644]
src/sat/cryptominisat2/SmallPtr.h [new file with mode: 0644]
src/sat/cryptominisat2/Solver.cpp
src/sat/cryptominisat2/Solver.h
src/sat/cryptominisat2/SolverTypes.h
src/sat/cryptominisat2/Subsumer.cpp [new file with mode: 0644]
src/sat/cryptominisat2/Subsumer.h [new file with mode: 0644]
src/sat/cryptominisat2/VERSION
src/sat/cryptominisat2/VarReplacer.cpp
src/sat/cryptominisat2/VarReplacer.h
src/sat/cryptominisat2/XSet.h [new file with mode: 0644]
src/sat/cryptominisat2/XorFinder.cpp
src/sat/cryptominisat2/XorFinder.h
src/sat/cryptominisat2/XorSubsumer.cpp [new file with mode: 0644]
src/sat/cryptominisat2/XorSubsumer.h [new file with mode: 0644]
src/sat/cryptominisat2/constants.h
src/sat/cryptominisat2/msvc/stdint.h [new file with mode: 0644]
src/sat/cryptominisat2/mtl/Alg.h
src/sat/cryptominisat2/mtl/BasicHeap.h
src/sat/cryptominisat2/mtl/BoxedVec.h
src/sat/cryptominisat2/mtl/Heap.h
src/sat/cryptominisat2/mtl/Map.h
src/sat/cryptominisat2/mtl/Queue.h
src/sat/cryptominisat2/mtl/Vec.h
src/sat/cryptominisat2/pool.hpp [new file with mode: 0644]
src/sat/cryptominisat2/poolfwd.hpp [new file with mode: 0644]
src/sat/cryptominisat2/singleton.hpp [new file with mode: 0644]
src/sat/cryptominisat2/time_mem.h
src/to-sat/ToSAT.cpp