summaryrefslogtreecommitdiffstats
path: root/src/proof/cec/cecCec.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-03-07 20:38:55 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2013-03-07 20:38:55 -0800
commita3bdba68757a16ed28208bfe4ab81bfdbe928d89 (patch)
treee69296db616f171179698ffa4c4071ccda65abd3 /src/proof/cec/cecCec.c
parent1ce537e99298bb61263534c9e16496d687ace526 (diff)
downloadabc-a3bdba68757a16ed28208bfe4ab81bfdbe928d89.tar.gz
abc-a3bdba68757a16ed28208bfe4ab81bfdbe928d89.tar.bz2
abc-a3bdba68757a16ed28208bfe4ab81bfdbe928d89.zip
Modified command 'init' to allow for specific init values.
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 72c3e7db..37df4d8d 100644
--- a/src/proof/cec/cecCec.c
+++ b/src/proof/cec/cecCec.c
@@ -301,7 +301,7 @@ int Cec_ManVerifyTwo( Gia_Man_t * p0, Gia_Man_t * p1, int fVerbose )
int RetValue;
Cec_ManCecSetDefaultParams( pPars );
pPars->fVerbose = fVerbose;
- pMiter = Gia_ManMiter( p0, p1, 1, 0, pPars->fVerbose );
+ pMiter = Gia_ManMiter( p0, p1, 0, 1, 0, pPars->fVerbose );
if ( pMiter == NULL )
return -1;
RetValue = Cec_ManVerify( pMiter, pPars );