Debugging a proof error.

This commit is contained in:
Alan Mishchenko
2012-07-13 18:51:24 -07:00
parent bbf4b9a58d
commit 08bb2e70b7
+2
View File
@@ -397,6 +397,8 @@ int Sat_ProofReduce( Vec_Set_t * vProof, void * pRoots, int hProofPivot )
static clock_t TimeTotal = 0;
int RetValue;
Sat_ProofCheck0( vProof );
// collect visited nodes
nSize = Proof_MarkUsedRec( vProof, vRoots );
vUsed = Vec_PtrAlloc( nSize );