mirror of https://github.com/YosysHQ/abc.git
Debugging a proof error.
This commit is contained in:
parent
08bb2e70b7
commit
8c162f0577
|
|
@ -1571,8 +1571,8 @@ void sat_solver2_rollback( sat_solver2* s )
|
|||
if ( s->fProofLogging )
|
||||
{
|
||||
veci_resize(&s->claProofs, s->stats.learnts);
|
||||
Vec_SetShrink(&s->Proofs, s->hProofPivot); // past bug here
|
||||
// Sat_ProofReduce( &s->Proofs, &s->claProofs, s->hProofPivot );
|
||||
// Vec_SetShrink(&s->Proofs, s->hProofPivot); // past bug here
|
||||
Sat_ProofReduce( &s->Proofs, &s->claProofs, s->hProofPivot );
|
||||
}
|
||||
|
||||
// initialize other vars
|
||||
|
|
|
|||
Loading…
Reference in New Issue