From: vijay_ganesh Date: Fri, 20 Nov 2009 18:57:33 +0000 (+0000) Subject: minor edit to the Clausal abstraction limit X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=7b91a938f391b2fdd670d8350004393964a7e3e7;p=francis%2Fstp.git minor edit to the Clausal abstraction limit git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@419 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/src/AST/UsefulDefs.h b/src/AST/UsefulDefs.h index 716553c..2e3fbae 100644 --- a/src/AST/UsefulDefs.h +++ b/src/AST/UsefulDefs.h @@ -45,6 +45,7 @@ #define HASHSET hash_set #define HASHMULTISET hash_multiset #define INITIAL_TABLE_SIZE 100 +#define CLAUSAL_ABSTRACTION_CUTOFF 0.6 using namespace std; namespace BEEV { diff --git a/src/to-sat/ToSAT.h b/src/to-sat/ToSAT.h index 25ccbe0..b83377b 100644 --- a/src/to-sat/ToSAT.h +++ b/src/to-sat/ToSAT.h @@ -23,8 +23,6 @@ namespace BEEV { -#define CLAUSAL_ABSTRACTION_CUTOFF 0.5 - class ToSAT { private: /****************************************************************