summaryrefslogtreecommitdiffstats
path: root/src/proof/cec/cecCec.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2018-11-21 13:12:01 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2018-11-21 13:12:01 -0800
commit5aa3025ce7264a172a070a78d7b7db0cd1fca3f0 (patch)
tree9a54b8971c74cea29c1752aefdc7d650348f7ff4 /src/proof/cec/cecCec.c
parent73695c79619fae580fa0f465ba28e1ea51f0b5e1 (diff)
downloadabc-5aa3025ce7264a172a070a78d7b7db0cd1fca3f0.tar.gz
abc-5aa3025ce7264a172a070a78d7b7db0cd1fca3f0.tar.bz2
abc-5aa3025ce7264a172a070a78d7b7db0cd1fca3f0.zip
Adding switch &w -n to modify the comment section of the AIGER file written.
Diffstat (limited to 'src/proof/cec/cecCec.c')
-rw-r--r--src/proof/cec/cecCec.c2
1 files changed, 1 insertions, 1 deletions
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 )