From 74893bf3d4d26570f4e5dbc6ed9562d808e05f2c Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Fri, 1 Nov 2013 13:48:17 -0400 Subject: Sweeper internal verification. --- src/proof/ssc/sscCore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/proof/ssc') diff --git a/src/proof/ssc/sscCore.c b/src/proof/ssc/sscCore.c index 0fb16103..caad8d48 100644 --- a/src/proof/ssc/sscCore.c +++ b/src/proof/ssc/sscCore.c @@ -225,7 +225,7 @@ int Ssc_PerformVerification( Gia_Man_t * p0, Gia_Man_t * p1, Gia_Man_t * pC ) int Status; Cec_ParCec_t ParsCec, * pPars = &ParsCec; // derive the OR of constraint outputs - Gia_Man_t * pCond = Gia_ManDupAndOr( pC, 1, 0 ); + Gia_Man_t * pCond = Gia_ManDupAndOr( pC, Gia_ManPoNum(p0), 1, 0 ); // derive F = F & !OR(c0, c1, c2, ...) Gia_Man_t * p0c = Gia_ManMiter( p0, pCond, 0, 0, 0, 1, 0 ); // derive F = F & !OR(c0, c1, c2, ...) -- cgit v1.2.3