summaryrefslogtreecommitdiffstats
path: root/src/proof/int2
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/int2')
-rw-r--r--src/proof/int2/int2Bmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proof/int2/int2Bmc.c b/src/proof/int2/int2Bmc.c
index cd7f1a74..641bfb84 100644
--- a/src/proof/int2/int2Bmc.c
+++ b/src/proof/int2/int2Bmc.c
@@ -293,7 +293,7 @@ void Int2_ManCreateFrames( Int2_Man_t * p, int iFrame, Vec_Int_t * vPrefCos )
if ( Entry < Gia_ManObjNum(pFrames) )
{
assert( !Abc_LitIsCompl(iLit) );
- sat_solver_add_and( p->pGiaPref, Abc_Lit2Var(iLit), Abc_Lit2Var(iLit0), Abc_Lit2Var(iLit1), Abc_LitIsCompl(iLit0), Abc_LitIsCompl(iLit1) );
+ sat_solver_add_and( p->pGiaPref, Abc_Lit2Var(iLit), Abc_Lit2Var(iLit0), Abc_Lit2Var(iLit1), Abc_LitIsCompl(iLit0), Abc_LitIsCompl(iLit1), 0 );
}
}
else