]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
fixed compile/link issues with cryptominisat version 2.0
authorvijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Mon, 30 Nov 2009 19:50:46 +0000 (19:50 +0000)
committervijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Mon, 30 Nov 2009 19:50:46 +0000 (19:50 +0000)
commitd6ab2d5be6134e8eccb4ff7fdd7d6b6e52dcf582
treeedbde3da4e30b16172f971821e08847298d8790b
parent71410d2e246e7229a9aad8cc140a4136608d8a23
fixed compile/link issues with cryptominisat version 2.0

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@433 e59a4935-1847-0410-ae03-e826735625c1
24 files changed:
Makefile
scripts/Makefile.common
src/STPManager/STP.cpp
src/STPManager/STPManager.cpp
src/main/Globals.h
src/sat/Makefile
src/sat/cryptominisat2/Clause.h
src/sat/cryptominisat2/Logger.h
src/sat/cryptominisat2/MTRand/MersenneTwister.h [new file with mode: 0644]
src/sat/cryptominisat2/PackedRow.h
src/sat/cryptominisat2/Solver.h
src/sat/cryptominisat2/SolverTypes.h
src/sat/cryptominisat2/VarReplacer.h
src/sat/cryptominisat2/mtl/Alg.h [new file with mode: 0644]
src/sat/cryptominisat2/mtl/BasicHeap.h [new file with mode: 0644]
src/sat/cryptominisat2/mtl/BoxedVec.h [new file with mode: 0644]
src/sat/cryptominisat2/mtl/Heap.h [new file with mode: 0644]
src/sat/cryptominisat2/mtl/Map.h [new file with mode: 0644]
src/sat/cryptominisat2/mtl/Queue.h [new file with mode: 0644]
src/sat/cryptominisat2/mtl/Sort.h [new file with mode: 0644]
src/sat/cryptominisat2/mtl/Vec.h [new file with mode: 0644]
src/sat/sat.h
src/to-sat/ToCNF.cpp
src/to-sat/ToSAT.cpp