From 5aa3025ce7264a172a070a78d7b7db0cd1fca3f0 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Wed, 21 Nov 2018 13:12:01 -0800 Subject: Adding switch &w -n to modify the comment section of the AIGER file written. --- src/proof/cec/cecCec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/proof/cec/cecCec.c') diff --git a/src/proof/cec/cecCec.c b/src/proof/cec/cecCec.c index be6df65f..ee45aa6c 100644 --- a/src/proof/cec/cecCec.c +++ b/src/proof/cec/cecCec.c @@ -392,7 +392,7 @@ int Cec_ManVerify( Gia_Man_t * pInit, Cec_ParCec_t * pPars ) { ABC_FREE( pNew->pReprs ); ABC_FREE( pNew->pNexts ); - Gia_AigerWrite( pNew, "gia_cec_undecided.aig", 0, 0 ); + Gia_AigerWrite( pNew, "gia_cec_undecided.aig", 0, 0, 0 ); Abc_Print( 1, "The result is written into file \"%s\".\n", "gia_cec_undecided.aig" ); } if ( pPars->TimeLimit && (Abc_Clock() - clkTotal)/CLOCKS_PER_SEC >= pPars->TimeLimit ) -- cgit v1.2.3