Debugging a proof error.

This commit is contained in:
Alan Mishchenko 2012-07-13 15:12:21 -07:00
parent d3ad7fbaf3
commit f54bf25d70
1 changed files with 3 additions and 0 deletions

View File

@ -426,6 +426,9 @@ int Sat_ProofReduce( Vec_Set_t * vProof, void * pRoots, int hProofPivot )
RetValue = hTemp;
pPivot = NULL;
}
pNode = (satset *)Vec_SetEntry(vProof, hTemp);
for ( k = 0; k < (int)pNode->nEnts; k++ )
assert( (pNode->pEnts[k] >> 2) );
}
Vec_SetWriteEntryNum( vProof, Vec_PtrSize(vUsed) );
Vec_PtrFree( vUsed );