mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-02 02:37:25 +02:00
Sweeper condition complement bug-fix.
This commit is contained in:
@@ -901,7 +901,7 @@ int Gia_SweeperCondCheckUnsat( Gia_Man_t * pGia )
|
||||
{
|
||||
iLitAig = Gia_SweeperProbeLit( pGia, ProbeId );
|
||||
Gia_ManCnfNodeAddToSolver( p, Abc_Lit2Var(iLitAig) );
|
||||
Vec_IntPush( p->vCondAssump, Swp_ManLit2Lit(p, iLitAig) );
|
||||
Vec_IntPush( p->vCondAssump, Abc_LitNot(Swp_ManLit2Lit(p, iLitAig)) );
|
||||
}
|
||||
sat_solver_compress( p->pSat );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user