From: vijay_ganesh Date: Thu, 10 Dec 2009 19:13:48 +0000 (+0000) Subject: Set RenameAllSibs Flag to false. It was slowing down bio X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=d078583379630ff70117f3a7bb9fbdf7d2ff3026;p=francis%2Fstp.git 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 --- 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; } //########################################