]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
CryptoMiniSat2 is using the same MTL and MTRand directory as that of
authormsoos <msoos@e59a4935-1847-0410-ae03-e826735625c1>
Tue, 1 Dec 2009 22:35:14 +0000 (22:35 +0000)
committermsoos <msoos@e59a4935-1847-0410-ae03-e826735625c1>
Tue, 1 Dec 2009 22:35:14 +0000 (22:35 +0000)
commit82e8079f6f83369c99a1535e6c16c0db33f0db85
tree736ac9d1951f72ba61a6641ab6450bf4b1394b38
parent4cd225f7ee98b90400c0513d822b19f41c2403e4
CryptoMiniSat2 is using the same MTL and MTRand directory as that of
CryptoMiniSat1. This is made explicit by the Makefile's -I directives.
Therefore, there is no need to have it twice in the source tree. Also,
some files in CryptoMiniSat2 have been changed to have 'mtl/' in front
of their #include directives. This was superflous, as the Makefile
already -I includes the ../cryptominisat/mtl and ../cryptominisat/MTRand
directories in the search path.Effectively, with 'mtl' directory in,
and the #include 'mtl/X.h', it was compiler-implementation specific
which file was included (either cryptominisat/mtl/X.h or
cryptominisat2/mtl/X.h), therefore potentially making debugging next to
impossible and the build fragile in the future (if ever the two mtl
directories will be different)

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@439 e59a4935-1847-0410-ae03-e826735625c1
15 files changed:
src/sat/cryptominisat2/Clause.h
src/sat/cryptominisat2/Logger.h
src/sat/cryptominisat2/MTRand/MersenneTwister.h [deleted file]
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 [deleted file]
src/sat/cryptominisat2/mtl/BasicHeap.h [deleted file]
src/sat/cryptominisat2/mtl/BoxedVec.h [deleted file]
src/sat/cryptominisat2/mtl/Heap.h [deleted file]
src/sat/cryptominisat2/mtl/Map.h [deleted file]
src/sat/cryptominisat2/mtl/Queue.h [deleted file]
src/sat/cryptominisat2/mtl/Sort.h [deleted file]
src/sat/cryptominisat2/mtl/Vec.h [deleted file]