From 873c5937f4efeccb39371a43ee2a8f703bdc3206 Mon Sep 17 00:00:00 2001 From: trevor_hansen Date: Sun, 24 Feb 2013 03:35:00 +0000 Subject: [PATCH] Fix the build for propagator utilities. 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/util/BBAsProp.h b/src/util/BBAsProp.h index b40ba03..19d66df 100644 --- a/src/util/BBAsProp.h +++ b/src/util/BBAsProp.h @@ -93,6 +93,12 @@ public: } } + void + numberClauses() + { + cerr << "Number of Clauses:"<< ss->nClauses() << endl; + } + int fixedCount() { -- 2.47.3