From: vijay_ganesh Date: Mon, 9 Nov 2009 16:28:44 +0000 (+0000) Subject: fixed some slowdowns X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=729f34435147d40cafc06dc67790828b2d2ae316;p=francis%2Fstp.git fixed some slowdowns git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@394 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/src/to-sat/CallSAT.cpp b/src/to-sat/CallSAT.cpp index a397003..8ecf2a0 100644 --- a/src/to-sat/CallSAT.cpp +++ b/src/to-sat/CallSAT.cpp @@ -8,7 +8,7 @@ ********************************************************************/ #include "ToSAT.h" -#define MAX_BUCKET_LIMIT 2 +#define MAX_BUCKET_LIMIT 3 namespace BEEV { diff --git a/src/to-sat/ToSAT.h b/src/to-sat/ToSAT.h index 4e10b6a..222235e 100644 --- a/src/to-sat/ToSAT.h +++ b/src/to-sat/ToSAT.h @@ -23,7 +23,7 @@ namespace BEEV { - #define CLAUSAL_ABSTRACTION_CUTOFF 0.6 + #define CLAUSAL_ABSTRACTION_CUTOFF 0.5 class ToSAT { private: