summaryrefslogtreecommitdiffstats
path: root/src/proof/acec/acecMult.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/acec/acecMult.c')
-rw-r--r--src/proof/acec/acecMult.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proof/acec/acecMult.c b/src/proof/acec/acecMult.c
index 397f6d57..33c32144 100644
--- a/src/proof/acec/acecMult.c
+++ b/src/proof/acec/acecMult.c
@@ -389,7 +389,7 @@ Vec_Int_t * Acec_MultDetectInputs( Gia_Man_t * p, Vec_Wec_t * vLeafLits, Vec_Wec
Vec_IntForEachEntry( vLevel, iLit, k )
{
word Truth = Gia_ObjComputeTruth6Cis( p, iLit, vSupp, vTemp );
- if ( Vec_IntSize(vSupp) >= 4 )
+ if ( Vec_IntSize(vSupp) >= 0 )
{
printf( "Leaf = %4d : ", Abc_Lit2Var(iLit) );
printf( "Rank = %2d ", i );