]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Fix the build for propagator utilities. svn-trunk svn/trunk
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Sun, 24 Feb 2013 03:35:00 +0000 (03:35 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Sun, 24 Feb 2013 03:35:00 +0000 (03:35 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1673 e59a4935-1847-0410-ae03-e826735625c1

src/util/BBAsProp.h

index b40ba03798f55839adbbd4b0fadbe4d2646f6880..19d66df355cfc1f138c448fba82962a2cd89d52f 100644 (file)
@@ -93,6 +93,12 @@ public:
       }
   }
 
+  void
+  numberClauses()
+  {
+    cerr << "Number of Clauses:"<< ss->nClauses() << endl;
+  }
+
   int
   fixedCount()
   {