From: vijay_ganesh Date: Wed, 24 Mar 2010 19:04:24 +0000 (+0000) Subject: added a bunch of crypto examples to stp-tests/broken/tooSlow, and a bunch of bio... X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=48343b56fa35aded1dfbf84c95e463d1407f34f7;p=francis%2Fstp.git added a bunch of crypto examples to stp-tests/broken/tooSlow, and a bunch of bio examples to stp-tests/broken/tooMuchMemory. This system of tracking slow examples is great git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@654 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/scripts/Makefile.common b/scripts/Makefile.common index 7573f09..e0b59f0 100644 --- a/scripts/Makefile.common +++ b/scripts/Makefile.common @@ -18,16 +18,16 @@ OPTIMIZE = -O3 # Maximum optimization CFLAGS_BASE = $(OPTIMIZE) # OPTION to compile CRYPTOMiniSAT version 2.x -CRYPTOMINISAT2 = true -CFLAGS_BASE = $(OPTIMIZE) -DCRYPTOMINISAT2 -MTL = ../sat/cryptominisat2/mtl -SOLVER_INCLUDE = ../sat/cryptominisat2 +# CRYPTOMINISAT2 = true +# CFLAGS_BASE = $(OPTIMIZE) -DCRYPTOMINISAT2 +# MTL = ../sat/cryptominisat2/mtl +# SOLVER_INCLUDE = ../sat/cryptominisat2 # OPTION to compile MiniSAT -# CORE = true -# CFLAGS_BASE = $(OPTIMIZE) -DCORE -# MTL = ../sat/mtl -# SOLVER_INCLUDE = ../sat/core +CORE = true +CFLAGS_BASE = $(OPTIMIZE) -DCORE +MTL = ../sat/mtl +SOLVER_INCLUDE = ../sat/core # OPTION to compile UNSOUND MiniSAT #UNSOUND = true