]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Fix the command line flag to output the bench format.
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Tue, 30 Mar 2010 11:49:53 +0000 (11:49 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Tue, 30 Mar 2010 11:49:53 +0000 (11:49 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@657 e59a4935-1847-0410-ae03-e826735625c1

src/to-sat/ToSAT.cpp

index 19c5aa180826a8c2c143406c32b98955dafa0a6c..477dbd1b751832b1ef9313eefc443243c082e8c9 100644 (file)
@@ -315,6 +315,8 @@ namespace BEEV
                stringstream fileName;
                fileName << "output_" << benchFileNameCounter++ << ".bench";
                file.open(fileName.str().c_str());
+               printer::Bench_Print(file,BBFormula);
+               file.close();
     }
 
     CNFMgr cm(bm);