From 90dfe7f0217367f1f5fdc7e4ac7d526e21794759 Mon Sep 17 00:00:00 2001 From: vijay_ganesh Date: Tue, 1 Dec 2009 22:40:55 +0000 Subject: [PATCH] commented out clause dumping during debug-printing git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@440 e59a4935-1847-0410-ae03-e826735625c1 --- scripts/Makefile.common | 8 ++++---- src/to-sat/ToCNF.cpp | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/Makefile.common b/scripts/Makefile.common index 7dc15ff..75ba1f7 100644 --- a/scripts/Makefile.common +++ b/scripts/Makefile.common @@ -16,12 +16,12 @@ OPTIMIZE = -O3 -DNDEBUG # Maximum optimization CFLAGS_BASE = $(OPTIMIZE) # OPTION to compile CRYPTOMiniSAT -CRYPTOMINISAT = true -CFLAGS_BASE = $(OPTIMIZE) -DCRYPTOMINISAT +#CRYPTOMINISAT = true +#CFLAGS_BASE = $(OPTIMIZE) -DCRYPTOMINISAT # OPTION to compile CRYPTOMiniSAT version 2.x -#CRYPTOMINISAT2 = true -#CFLAGS_BASE = $(OPTIMIZE) -DCRYPTOMINISAT2 +CRYPTOMINISAT2 = true +CFLAGS_BASE = $(OPTIMIZE) -DCRYPTOMINISAT2 # OPTION to compile MiniSAT #CORE = true diff --git a/src/to-sat/ToCNF.cpp b/src/to-sat/ToCNF.cpp index bb3c343..71b08a3 100644 --- a/src/to-sat/ToCNF.cpp +++ b/src/to-sat/ToCNF.cpp @@ -1942,10 +1942,10 @@ namespace BEEV bm->GetRunTimes()->stop(RunTimes::CNFConversion); if (bm->UserFlags.stats_flag) { - cerr << "Number of clauses:" << defs->size() << endl; - PrintClauseList(cout, *defs); - cerr << "Number of xor-clauses:" << clausesxor->size() << endl; - PrintClauseList(cout, *clausesxor); +// cerr << "Number of clauses:" << defs->size() << endl; +// PrintClauseList(cout, *defs); +// cerr << "Number of xor-clauses:" << clausesxor->size() << endl; +// PrintClauseList(cout, *clausesxor); } return defs; -- 2.47.3