From b615d25981e254ff95da6107519a5e18438b56dc Mon Sep 17 00:00:00 2001 From: trevor_hansen Date: Tue, 30 Mar 2010 11:49:53 +0000 Subject: [PATCH] Fix the command line flag to output the bench format. 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/to-sat/ToSAT.cpp b/src/to-sat/ToSAT.cpp index 19c5aa1..477dbd1 100644 --- a/src/to-sat/ToSAT.cpp +++ b/src/to-sat/ToSAT.cpp @@ -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); -- 2.47.3