New semi-canonical form computation package.

This commit is contained in:
Alan Mishchenko 2012-08-07 20:36:33 -07:00
parent 99444597f7
commit c4b4ac7052
2 changed files with 5 additions and 1 deletions

View File

@ -3695,6 +3695,10 @@ SOURCE=.\src\bool\lucky\lucky.c
# End Source File
# Begin Source File
SOURCE=.\src\bool\lucky\lucky.h
# End Source File
# Begin Source File
SOURCE=.\src\bool\lucky\luckyInt.h
# End Source File
# Begin Source File

View File

@ -20,7 +20,7 @@
ABC_NAMESPACE_HEADER_START
extern unsigned Kit_TruthSemiCanonicize_new( unsigned * pInOut, unsigned * pAux, int nVars, char * pCanonPerm, short * pStore );
extern unsigned Kit_TruthSemiCanonicize_new( unsigned * pInOut, unsigned * pAux, int nVars, char * pCanonPerm );
ABC_NAMESPACE_HEADER_END