mirror of https://github.com/YosysHQ/abc.git
Debugging a proof error.
This commit is contained in:
parent
bbf4b9a58d
commit
08bb2e70b7
|
|
@ -397,6 +397,8 @@ int Sat_ProofReduce( Vec_Set_t * vProof, void * pRoots, int hProofPivot )
|
||||||
static clock_t TimeTotal = 0;
|
static clock_t TimeTotal = 0;
|
||||||
int RetValue;
|
int RetValue;
|
||||||
|
|
||||||
|
Sat_ProofCheck0( vProof );
|
||||||
|
|
||||||
// collect visited nodes
|
// collect visited nodes
|
||||||
nSize = Proof_MarkUsedRec( vProof, vRoots );
|
nSize = Proof_MarkUsedRec( vProof, vRoots );
|
||||||
vUsed = Vec_PtrAlloc( nSize );
|
vUsed = Vec_PtrAlloc( nSize );
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue