Debugging a proof error.

This commit is contained in:
Alan Mishchenko 2012-07-13 18:56:15 -07:00
parent 08bb2e70b7
commit 8c162f0577
1 changed files with 2 additions and 2 deletions

View File

@ -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