git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@371
e59a4935-1847-0410-ae03-
e826735625c1
#CFLAGS_BASE = $(OPTIMIZE) -DCRYPTOMINISAT
# OPTION to compile in MiniSAT
-#CORE = true
-#CFLAGS_BASE = $(OPTIMIZE) -DCORE
+CORE = true
+CFLAGS_BASE = $(OPTIMIZE) -DCORE
# OPTION to compile in UNSOUND MiniSAT
#UNSOUND = true
#CFLAGS_BASE = $(OPTIMIZE) -DUNSOUND
# OPTION to compile in Simplifying MiniSAT
-SIMP = true
-CFLAGS_BASE = $(OPTIMIZE) -DSIMP
+#SIMP = true
+#CFLAGS_BASE = $(OPTIMIZE) -DSIMP
SHELL=/bin/bash