From: trevor_hansen Date: Thu, 29 Oct 2009 03:44:47 +0000 (+0000) Subject: Explicitly comment out test code. X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=4e3f28fc560391d582ff08ec55af0d26c8790cc1;p=francis%2Fstp.git Explicitly comment out test code. git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@355 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/src/to-sat/ToSAT.cpp b/src/to-sat/ToSAT.cpp index 0449cce..0ab7c1e 100644 --- a/src/to-sat/ToSAT.cpp +++ b/src/to-sat/ToSAT.cpp @@ -134,6 +134,8 @@ namespace BEEV return false; } //end of toSATandSolve() +#if 0 + // Looks up truth value of ASTNode SYMBOL in MINISAT satisfying // assignment. ASTNode ToSAT::SymbolTruthValue(MINISAT::Solver &newS, ASTNode form) @@ -267,4 +269,5 @@ namespace BEEV return (CheckBBandCNFMemo[form] = result); } //end of CheckBBandCNF_int() +#endif }; //end of namespace BEEV