From a3bdba68757a16ed28208bfe4ab81bfdbe928d89 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Thu, 7 Mar 2013 20:38:55 -0800 Subject: Modified command 'init' to allow for specific init values. --- 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 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 ); -- cgit v1.2.3