mirror of https://github.com/YosysHQ/abc.git
Debugging a proof error.
This commit is contained in:
parent
7b367f5ecb
commit
47b5ad1dfb
|
|
@ -394,7 +394,7 @@ int Sat_ProofReduce( Vec_Set_t * vProof, void * pRoots, int hProofPivot )
|
||||||
clock_t clk = clock();
|
clock_t clk = clock();
|
||||||
static clock_t TimeTotal = 0;
|
static clock_t TimeTotal = 0;
|
||||||
int RetValue;
|
int RetValue;
|
||||||
static Count = 0;
|
static int Count = 0;
|
||||||
Count++;
|
Count++;
|
||||||
|
|
||||||
Sat_ProofCheck0( vProof );
|
Sat_ProofCheck0( vProof );
|
||||||
|
|
@ -448,6 +448,8 @@ int Sat_ProofReduce( Vec_Set_t * vProof, void * pRoots, int hProofPivot )
|
||||||
RetValue = hTemp;
|
RetValue = hTemp;
|
||||||
pPivot = NULL;
|
pPivot = NULL;
|
||||||
}
|
}
|
||||||
|
pNode = (satset *)Vec_SetEntry(vProof, hTemp);
|
||||||
|
assert( pNode->partA == 0 );
|
||||||
}
|
}
|
||||||
Vec_SetWriteEntryNum( vProof, Vec_PtrSize(vUsed) );
|
Vec_SetWriteEntryNum( vProof, Vec_PtrSize(vUsed) );
|
||||||
Vec_PtrFree( vUsed );
|
Vec_PtrFree( vUsed );
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue