summaryrefslogtreecommitdiffstats
path: root/src/bool/lucky/luckyInt.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-08-07 20:19:56 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-08-07 20:19:56 -0700
commit99444597f7655673c2e8125a6b30068ab3cabea6 (patch)
tree5a595d067dcc2ff37f04a7b7a52d7b37b9131e0d /src/bool/lucky/luckyInt.h
parentf9b032ee0209e37196ba7f17ba0d041c1ef99c6e (diff)
downloadabc-99444597f7655673c2e8125a6b30068ab3cabea6.tar.gz
abc-99444597f7655673c2e8125a6b30068ab3cabea6.tar.bz2
abc-99444597f7655673c2e8125a6b30068ab3cabea6.zip
New semi-canonical form computation package.
Diffstat (limited to 'src/bool/lucky/luckyInt.h')
-rw-r--r--src/bool/lucky/luckyInt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bool/lucky/luckyInt.h b/src/bool/lucky/luckyInt.h
index f79e30e7..00c37125 100644
--- a/src/bool/lucky/luckyInt.h
+++ b/src/bool/lucky/luckyInt.h
@@ -117,6 +117,7 @@ extern void simpleMinimal(word* x, word* pAux,word* minimal, permInfo* pi, int
extern permInfo* setPermInfoPtr(int var);
extern void freePermInfoPtr(permInfo* x);
extern inline unsigned Kit_TruthSemiCanonicize_Yasha_simple( word* pInOut, int nVars, char * pCanonPerm );
+extern inline unsigned Kit_TruthSemiCanonicize_Yasha( word* pInOut, int nVars, char * pCanonPerm );
ABC_NAMESPACE_HEADER_END