From 018a91ac414c9a1e13293de2da3338ac398148dd Mon Sep 17 00:00:00 2001 From: trevor_hansen Date: Tue, 6 Jul 2010 01:34:44 +0000 Subject: [PATCH] Fix. The unit tests expect the cnf's to be called output_*.cnf. If going to CNF via AIGs it was called output.cnf git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@928 e59a4935-1847-0410-ae03-e826735625c1 --- src/to-sat/AIG/ToSATAIG.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/to-sat/AIG/ToSATAIG.h b/src/to-sat/AIG/ToSATAIG.h index 588f4ec..209fc97 100644 --- a/src/to-sat/AIG/ToSATAIG.h +++ b/src/to-sat/AIG/ToSATAIG.h @@ -107,7 +107,7 @@ namespace BEEV bm->GetRunTimes()->stop(RunTimes::SendingToSAT); if (bm->UserFlags.output_CNF_flag) - Cnf_DataWriteIntoFile(cnfData, "output.cnf", 0); + Cnf_DataWriteIntoFile(cnfData, "output_0.cnf", 0); Cnf_ClearMemory(); Cnf_DataFree(cnfData); -- 2.47.3