
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_Dec08PrintConfig (unsigned *pZ) |
| void | If_Dec08Verify (word *pF, int nVars, unsigned *pZ) |
| void | If_Dec08Cofactors (word *pF, int nVars, int iVar, word *pCof0, word *pCof1) |
| int | If_Dec08Perform (word *pF, int nVars, int fDerive) |
| int | If_CutPerformCheck08 (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_CutPerformCheck08 | ( | If_Man_t * | p, |
| unsigned * | pTruth, | ||
| int | nVars, | ||
| int | nLeaves, | ||
| char * | pStr ) |
Function*************************************************************
Synopsis [Performs additional check.]
Description []
SideEffects []
SeeAlso []
Definition at line 475 of file ifDec08.c.

Definition at line 337 of file ifDec08.c.

| int If_Dec08Perform | ( | word * | pF, |
| int | nVars, | ||
| int | fDerive ) |
Definition at line 379 of file ifDec08.c.


| void If_Dec08PrintConfig | ( | unsigned * | pZ | ) |
| void If_Dec08Verify | ( | word * | pF, |
| int | nVars, | ||
| unsigned * | pZ ) |
Definition at line 118 of file ifDec08.c.

|
extern |
Function*************************************************************
Synopsis [Print the DSD formula.]
Description []
SideEffects []
SeeAlso []
Definition at line 491 of file kitDsd.c.
