diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2012-09-05 19:39:25 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2012-09-05 19:39:25 -0700 |
commit | cd2bd70865c6362b8162bef2b3d98125df984b85 (patch) | |
tree | 5718add2060ce0fcbed127a75c028d157639ffa8 /src/proof/dch/dchInt.h | |
parent | c1f4545e073d27ac874103068f80a3e3162d3cd3 (diff) | |
download | abc-cd2bd70865c6362b8162bef2b3d98125df984b85.tar.gz abc-cd2bd70865c6362b8162bef2b3d98125df984b85.tar.bz2 abc-cd2bd70865c6362b8162bef2b3d98125df984b85.zip |
Added switch 'dch -r' to skip choices with structural support redundancy.
Diffstat (limited to 'src/proof/dch/dchInt.h')
-rw-r--r-- | src/proof/dch/dchInt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proof/dch/dchInt.h b/src/proof/dch/dchInt.h index 05f4271d..d1dd2c51 100644 --- a/src/proof/dch/dchInt.h +++ b/src/proof/dch/dchInt.h @@ -123,7 +123,7 @@ static inline void Dch_ObjSetConst1Cand( Aig_Man_t * pAig, Aig_Obj_t * pObj ) /*=== dchChoice.c ===================================================*/ extern int Dch_DeriveChoiceCountReprs( Aig_Man_t * pAig ); extern int Dch_DeriveChoiceCountEquivs( Aig_Man_t * pAig ); -extern Aig_Man_t * Dch_DeriveChoiceAig( Aig_Man_t * pAig ); +extern Aig_Man_t * Dch_DeriveChoiceAig( Aig_Man_t * pAig, int fSkipRedSupps ); /*=== dchClass.c =================================================*/ extern Dch_Cla_t * Dch_ClassesStart( Aig_Man_t * pAig ); extern void Dch_ClassesSetData( Dch_Cla_t * p, void * pManData, |