
Go to the source code of this file.
Functions | |
| void | Dec_GraphPrint (FILE *pFile, Dec_Graph_t *pGraph, char *pNamesIn[], char *pNameOut) |
| FUNCTION DEFINITIONS ///. | |
| void | Dec_GraphPrint2_rec (FILE *pFile, Dec_Graph_t *pGraph, Dec_Node_t *pNode, int fCompl, char *pNamesIn[], int *pPos, int LitSizeMax) |
| void Dec_GraphPrint | ( | FILE * | pFile, |
| Dec_Graph_t * | pGraph, | ||
| char * | pNamesIn[], | ||
| char * | pNameOut ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Prints the decomposition graph.]
Description []
SideEffects []
SeeAlso []
Definition at line 49 of file decPrint.c.


| void Dec_GraphPrint2_rec | ( | FILE * | pFile, |
| Dec_Graph_t * | pGraph, | ||
| Dec_Node_t * | pNode, | ||
| int | fCompl, | ||
| char * | pNamesIn[], | ||
| int * | pPos, | ||
| int | LitSizeMax ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 107 of file decPrint.c.