
Go to the source code of this file.
Functions | |
| void | Kit_DsdPrintFromTruth (unsigned *pTruth, int nVars) |
| void | Extra_PrintBinary (FILE *pFile, unsigned Sign[], int nBits) |
| void | If_DecPrintConfig (word z) |
| FUNCTION DEFINITIONS ///. | |
| word | If_Dec6Truth (word z) |
| void | If_Dec6Verify (word t, word z) |
| void | If_Dec7Verify (word t[2], word z) |
| word | If_Dec6Perform (word t, int fDerive) |
| word | If_Dec7Perform (word t0[2], int fDerive) |
| word | If_Dec6MinimumBase (word uTruth, int *pSupp, int nVarsAll, int *pnVars) |
| void | If_Dec7MinimumBase (word uTruth[2], int *pSupp, int nVarsAll, int *pnVars) |
| int | If_Dec6PickBestMux (word t, word Cofs[2]) |
| int | If_Dec7PickBestMux (word t[2], word c0r[2], word c1r[2]) |
| word | If_Dec5Perform (word t, int fDerive) |
| word | If_Dec5PerformEx () |
| void | If_Dec5PerformTest () |
| word | If_CutPerformDerive07 (If_Man_t *p, unsigned *pTruth, int nVars, int nLeaves, char *pStr) |
| int | If_CutPerformCheck07 (If_Man_t *p, unsigned *pTruth, int nVars, int nLeaves, char *pStr) |
| int | If_MatchCheck1 (If_Man_t *p, unsigned *pTruth, int nVars, int nLeaves, char *pStr) |
| int | If_MatchCheck2 (If_Man_t *p, unsigned *pTruth, int nVars, int nLeaves, char *pStr) |
|
extern |
Function*************************************************************
Synopsis [Prints the bit string.]
Description []
SideEffects []
SeeAlso []
Definition at line 516 of file extraUtilFile.c.

| int If_CutPerformCheck07 | ( | If_Man_t * | p, |
| unsigned * | pTruth, | ||
| int | nVars, | ||
| int | nLeaves, | ||
| char * | pStr ) |
Function*************************************************************
Synopsis [Performs additional check.]
Description []
SideEffects []
SeeAlso []
Definition at line 1060 of file ifDec07.c.


Function*************************************************************
Synopsis [Performs additional check.]
Description []
SideEffects []
SeeAlso []
Definition at line 1018 of file ifDec07.c.


Definition at line 857 of file ifDec07.c.

| word If_Dec5PerformEx | ( | ) |
Definition at line 975 of file ifDec07.c.
| void If_Dec5PerformTest | ( | ) |
Definition at line 992 of file ifDec07.c.

Definition at line 501 of file ifDec07.c.

Definition at line 409 of file ifDec07.c.

Definition at line 626 of file ifDec07.c.

Definition at line 107 of file ifDec07.c.

Definition at line 131 of file ifDec07.c.


| void If_Dec7MinimumBase | ( | word | uTruth[2], |
| int * | pSupp, | ||
| int | nVarsAll, | ||
| int * | pnVars ) |
Definition at line 533 of file ifDec07.c.

Definition at line 449 of file ifDec07.c.

Definition at line 643 of file ifDec07.c.

Definition at line 163 of file ifDec07.c.


| void If_DecPrintConfig | ( | word | z | ) |
FUNCTION DEFINITIONS ///.
Definition at line 66 of file ifDec07.c.


| int If_MatchCheck1 | ( | If_Man_t * | p, |
| unsigned * | pTruth, | ||
| int | nVars, | ||
| int | nLeaves, | ||
| char * | pStr ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
| int If_MatchCheck2 | ( | If_Man_t * | p, |
| unsigned * | pTruth, | ||
| int | nVars, | ||
| int | nLeaves, | ||
| char * | pStr ) |
|
extern |
Function*************************************************************
Synopsis [Print the DSD formula.]
Description []
SideEffects []
SeeAlso []
Definition at line 491 of file kitDsd.c.
