]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Explicitly comment out test code.
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Thu, 29 Oct 2009 03:44:47 +0000 (03:44 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Thu, 29 Oct 2009 03:44:47 +0000 (03:44 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@355 e59a4935-1847-0410-ae03-e826735625c1

src/to-sat/ToSAT.cpp

index 0449cce8fe5fe41f4747a74067d15a9b1c5c5be9..0ab7c1e0d503282d402b6ab7fa377af269d1272b 100644 (file)
@@ -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