From d078583379630ff70117f3a7bb9fbdf7d2ff3026 Mon Sep 17 00:00:00 2001 From: vijay_ganesh Date: Thu, 10 Dec 2009 19:13:48 +0000 Subject: [PATCH] Set RenameAllSibs Flag to false. It was slowing down bio git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@499 e59a4935-1847-0410-ae03-e826735625c1 --- scripts/Makefile.common | 4 ++-- src/to-sat/ToCNF.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/Makefile.common b/scripts/Makefile.common index 4f8674a..ba11193 100644 --- a/scripts/Makefile.common +++ b/scripts/Makefile.common @@ -10,10 +10,10 @@ #OPTIMIZE = -g -pg # Debugging and gprof-style profiling OPTIMIZE = -g # Debugging -OPTIMIZE = -O3 # Maximum optimization #OPTIMIZE = -O3 -fPIC # Maximum optimization #OPTIMIZE = -O3 -march=native # Maximum optimization -#OPTIMIZE = -O3 -march=native -DNDEBUG -DLESSBYTES_PERNODE +OPTIMIZE = -O3 -march=native -DNDEBUG -DLESSBYTES_PERNODE +OPTIMIZE = -O3 # Maximum optimization #CFLAGS_M32 = -m32 CFLAGS_BASE = $(OPTIMIZE) diff --git a/src/to-sat/ToCNF.cpp b/src/to-sat/ToCNF.cpp index 8519e76..406ae2b 100644 --- a/src/to-sat/ToCNF.cpp +++ b/src/to-sat/ToCNF.cpp @@ -1940,7 +1940,7 @@ namespace BEEV { bm = bmgr; clausesxor = new ClauseList(); - renameAllSiblings = true; + renameAllSiblings = false; } //######################################## -- 2.47.3