]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk...
authorvijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Sun, 11 Oct 2009 00:12:23 +0000 (00:12 +0000)
committervijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Sun, 11 Oct 2009 00:12:23 +0000 (00:12 +0000)
src/sat/core/depend.mk [deleted file]
src/simplifier/bvsolver.h

diff --git a/src/sat/core/depend.mk b/src/sat/core/depend.mk
deleted file mode 100644 (file)
index 222feae..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-Solver.o: Solver.C Solver.h ../mtl/Map.h ../mtl/Vec.h ../mtl/Vec.h \
-  ../mtl/Heap.h ../mtl/Alg.h SolverTypes.h ../mtl/Sort.h
-Solver.op: Solver.C Solver.h ../mtl/Map.h ../mtl/Vec.h ../mtl/Vec.h \
-  ../mtl/Heap.h ../mtl/Alg.h SolverTypes.h ../mtl/Sort.h
-Solver.od: Solver.C Solver.h ../mtl/Map.h ../mtl/Vec.h ../mtl/Vec.h \
-  ../mtl/Heap.h ../mtl/Alg.h SolverTypes.h ../mtl/Sort.h
-Solver.or: Solver.C Solver.h ../mtl/Map.h ../mtl/Vec.h ../mtl/Vec.h \
-  ../mtl/Heap.h ../mtl/Alg.h SolverTypes.h ../mtl/Sort.h
index d5784ddbd268a8bcae0a01130dba22a3bcf22577..00753f701b89174c4780d67aaff1db73cae4d5e9 100644 (file)
@@ -129,7 +129,7 @@ namespace BEEV
 
     public:
       //constructor
-      BVSolver(BeevMgr * bm, Simplifier * simp) : _bm(bm), _simp(simp)
+      BVSolver(BeevMgr * bm, Simplifier * simp) : _bm(bm), _simp(simp) 
         {
           ASTTrue = _bm->CreateNode(TRUE);
           ASTFalse = _bm->CreateNode(FALSE);