#include "dddmp.h"#include "cuddInt.h"Include dependency graph for dddmpInt.h:

Go to the source code of this file.
Compounds | |
| struct | binary_dd_code |
Defines | |
| #define | DDDMP_TERMINAL 0 |
| #define | DDDMP_ABSOLUTE_ID 1 |
| #define | DDDMP_RELATIVE_ID 2 |
| #define | DDDMP_RELATIVE_1 3 |
| #define | DDDMP_MAXSTRLEN 500 |
| #define | DDDMP_ALLOC(type, num) ((type *) malloc(sizeof(type) * (num))) |
| #define | DDDMP_FREE(p) ((p)!=NULL)?(free(p)):0) |
Functions | |
| EXTERN int | DddmpWriteCode (FILE *fp, struct binary_dd_code code) |
| EXTERN int | DddmpReadCode (FILE *fp, struct binary_dd_code *pcode) |
| EXTERN int | DddmpWriteInt (FILE *fp, int id) |
| EXTERN int | DddmpReadInt (FILE *fp, int *pid) |
| EXTERN int | DddmpNumberDdNodes (DdManager *dd, DdNode **f, int n) |
| EXTERN void | DddmpUnnumberDdNodes (DdManager *dd, DdNode **f, int n) |
| EXTERN void | DddmpWriteNodeIndex (DdNode *f, int id) |
| EXTERN int | DddmpReadNodeIndex (DdNode *f) |
| EXTERN int | DddmpVisited (DdNode *f) |
| EXTERN void | DddmpSetVisited (DdNode *f) |
| EXTERN void | DddmpClearVisited (DdNode *f) |
| EXTERN int | NumberNodeRecur (DdNode *f, int id) |
|
|
Definition at line 37 of file dddmpInt.h. |
|
|
Definition at line 83 of file dddmpInt.h. |
|
|
Definition at line 90 of file dddmpInt.h. |
|
|
Definition at line 41 of file dddmpInt.h. |
|
|
Definition at line 39 of file dddmpInt.h. |
|
|
Definition at line 38 of file dddmpInt.h. |
|
|
CHeaderFile***************************************************************** FileName [dddmpInt.h] PackageName [dddmp] Synopsis [Low level functions to read in and write out bdds to file] Description [A set of internal low-level routines of the dddmp package doing:
Author [Gianpiero Cabodi & Stefano Quer] Copyright [Politecnico di Torino(Italy) ] Definition at line 36 of file dddmpInt.h. |
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||
|
AutomaticStart************************************************************ |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
1.2.18