mirror of https://github.com/YosysHQ/abc.git
Reversed to a buggy version of reduceDB in complete proof-logging, because it works with rollback and it is not used in &gla -pn -L 0.
This commit is contained in:
parent
606341dca6
commit
e3d75484ce
|
|
@ -1619,10 +1619,10 @@ void sat_solver2_rollback( sat_solver2* s )
|
|||
if ( s->pPrf1 )
|
||||
{
|
||||
veci_resize(&s->claProofs, s->stats.learnts);
|
||||
// Vec_SetShrink(&s->Proofs, s->hProofPivot);
|
||||
Vec_SetShrink(s->pPrf1, s->hProofPivot);
|
||||
// some weird bug here, which shows only on 64-bits!
|
||||
// temporarily, perform more general proof reduction
|
||||
Sat_ProofReduce( s->pPrf1, &s->claProofs, s->hProofPivot );
|
||||
// Sat_ProofReduce( s->pPrf1, &s->claProofs, s->hProofPivot );
|
||||
}
|
||||
assert( s->pPrf2 == NULL );
|
||||
// if ( s->pPrf2 )
|
||||
|
|
|
|||
Loading…
Reference in New Issue