From 036be3a54124fa5bd609e7926c94190581168bc5 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sun, 26 Mar 2017 20:32:46 -0700 Subject: Experiments with don't-cares. --- src/proof/acec/acec2Mult.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/proof') diff --git a/src/proof/acec/acec2Mult.c b/src/proof/acec/acec2Mult.c index d54ed007..fff6d2ac 100644 --- a/src/proof/acec/acec2Mult.c +++ b/src/proof/acec/acec2Mult.c @@ -855,7 +855,7 @@ int Sdb_StoDiffExactlyOne3( Vec_Wec_t * vCuts, int Limit, int * pCut, int * pCou } Vec_Int_t * Sdb_StoFindAll( Vec_Wec_t * vCuts ) { - int i, k, Entry, iNew = -1; + int i, k, Entry; Vec_Int_t * vCut, * vAll = Vec_IntAlloc( 100 ); Vec_WecForEachLevel( vCuts, vCut, i ) Vec_IntForEachEntry( vCut, Entry, k ) -- cgit v1.2.3