summaryrefslogtreecommitdiffstats
path: root/src/aig/gia/gia.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2014-09-23 16:22:21 -0400
committerAlan Mishchenko <alanmi@berkeley.edu>2014-09-23 16:22:21 -0400
commit3f95853f3edd55307a09fceb220090e632de322c (patch)
treed3d6fdc4f93c9cab36cf76580959f1980cb7c4b7 /src/aig/gia/gia.h
parent93e5631cff8e0384fc8ddf090be90de3485bc877 (diff)
downloadabc-3f95853f3edd55307a09fceb220090e632de322c.tar.gz
abc-3f95853f3edd55307a09fceb220090e632de322c.tar.bz2
abc-3f95853f3edd55307a09fceb220090e632de322c.zip
Extending &cec to take a single-output miter (usage of switch -d has changed!).
Diffstat (limited to 'src/aig/gia/gia.h')
-rw-r--r--src/aig/gia/gia.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/aig/gia/gia.h b/src/aig/gia/gia.h
index 0ac1c740..1dda7dc0 100644
--- a/src/aig/gia/gia.h
+++ b/src/aig/gia/gia.h
@@ -1099,6 +1099,7 @@ extern Gia_Man_t * Gia_ManDupAndOr( Gia_Man_t * p, int nOuts, int fUseOr
extern Gia_Man_t * Gia_ManDupZeroUndc( Gia_Man_t * p, char * pInit, int fVerbose );
extern Gia_Man_t * Gia_ManMiter2( Gia_Man_t * p, char * pInit, int fVerbose );
extern Gia_Man_t * Gia_ManTransformMiter( Gia_Man_t * p );
+extern Gia_Man_t * Gia_ManTransformToDual( Gia_Man_t * p );
extern Gia_Man_t * Gia_ManChoiceMiter( Vec_Ptr_t * vGias );
extern Gia_Man_t * Gia_ManDupWithConstraints( Gia_Man_t * p, Vec_Int_t * vPoTypes );
extern Gia_Man_t * Gia_ManDupCones( Gia_Man_t * p, int * pPos, int nPos, int fTrimPis );