mirror of https://github.com/YosysHQ/abc.git
Debugging a proof error.
This commit is contained in:
parent
d3ad7fbaf3
commit
f54bf25d70
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in New Issue