|
abc-master
|
Go to the source code of this file.
Data Structures | |
| struct | permInfo |
Functions | |
| unsigned | Kit_TruthSemiCanonicize_new (unsigned *pInOut, unsigned *pAux, int nVars, char *pCanonPerm) |
| unsigned | luckyCanonicizer_final_fast (word *pInOut, int nVars, char *pCanonPerm) |
| unsigned | luckyCanonicizer_final_fast1 (word *pInOut, int nVars, char *pCanonPerm) |
| void | resetPCanonPermArray (char *x, int nVars) |
| permInfo * | setPermInfoPtr (int var) |
| void | freePermInfoPtr (permInfo *x) |
| void | simpleMinimal (word *x, word *pAux, word *minimal, permInfo *pi, int nVars) |
| void freePermInfoPtr | ( | permInfo * | x | ) |
Definition at line 126 of file luckySimple.c.
| unsigned Kit_TruthSemiCanonicize_new | ( | unsigned * | pInOut, |
| unsigned * | pAux, | ||
| int | nVars, | ||
| char * | pCanonPerm | ||
| ) |
Definition at line 611 of file lucky.c.
| unsigned luckyCanonicizer_final_fast | ( | word * | pInOut, |
| int | nVars, | ||
| char * | pCanonPerm | ||
| ) |
Definition at line 818 of file luckyFast16.c.
| unsigned luckyCanonicizer_final_fast1 | ( | word * | pInOut, |
| int | nVars, | ||
| char * | pCanonPerm | ||
| ) |
Definition at line 843 of file luckyFast16.c.
| void resetPCanonPermArray | ( | char * | x, |
| int | nVars | ||
| ) |
Definition at line 30 of file luckyFast6.c.
| permInfo* setPermInfoPtr | ( | int | var | ) |
Definition at line 110 of file luckySimple.c.
Definition at line 151 of file luckySimple.c.