]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
fixed the messup created in the src/sat directory
authorvijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Thu, 29 Oct 2009 17:48:26 +0000 (17:48 +0000)
committervijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Thu, 29 Oct 2009 17:48:26 +0000 (17:48 +0000)
commit7cd0f810bbfe42a9517d2ad6920bdead751b5b84
treee0fb20f136cbd8bb3fe1701db0ced1c92e0fcc00
parent37f238f1c8d88fa994ef10651be18f58dbc9f99c
fixed the messup created in the src/sat directory

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@359 e59a4935-1847-0410-ae03-e826735625c1
23 files changed:
src/sat/LICENSE [new file with mode: 0644]
src/sat/Makefile [new file with mode: 0644]
src/sat/README [new file with mode: 0644]
src/sat/core/Makefile [new file with mode: 0644]
src/sat/core/Solver.C [new file with mode: 0644]
src/sat/core/Solver.h [new file with mode: 0644]
src/sat/core/SolverTypes.h [new file with mode: 0644]
src/sat/mtl/Alg.h [new file with mode: 0644]
src/sat/mtl/BasicHeap.h [new file with mode: 0644]
src/sat/mtl/BoxedVec.h [new file with mode: 0644]
src/sat/mtl/Heap.h [new file with mode: 0644]
src/sat/mtl/Map.h [new file with mode: 0644]
src/sat/mtl/Queue.h [new file with mode: 0644]
src/sat/mtl/Sort.h [new file with mode: 0644]
src/sat/mtl/Vec.h [new file with mode: 0644]
src/sat/mtl/template.mk [new file with mode: 0644]
src/sat/sat.h [new file with mode: 0644]
src/sat/simp/Makefile [new file with mode: 0644]
src/sat/simp/SimpSolver.C [new file with mode: 0644]
src/sat/simp/SimpSolver.h [new file with mode: 0644]
src/sat/unsound/Makefile [new file with mode: 0644]
src/sat/unsound/UnsoundSimpSolver.C [new file with mode: 0644]
src/sat/unsound/UnsoundSimpSolver.h [new file with mode: 0644]