From: trevor_hansen Date: Tue, 6 Jul 2010 01:34:44 +0000 (+0000) Subject: Fix. The unit tests expect the cnf's to be called output_*.cnf. If going to CNF via... X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=018a91ac414c9a1e13293de2da3338ac398148dd;p=francis%2Fstp.git 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 --- 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);