We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6aba4 commit 41e73dbCopy full SHA for 41e73db
src/aig/gia/giaSatLut.c
@@ -1033,7 +1033,7 @@ int Sbl_ManTestSat( Sbl_Man_t * p, int iPivot )
1033
1034
StartSol = Vec_IntSize(p->vSolInit) + 1;
1035
// StartSol = 30;
1036
- while ( fKeepTrying && StartSol-fKeepTrying > 0 )
+ while ( fKeepTrying && StartSol-fKeepTrying > 0 && StartSol-fKeepTrying < Vec_IntSize(p->vCardVars) )
1037
{
1038
int Count = 0, LitCount = 0;
1039
int nConfBef, nConfAft;
0 commit comments