|
VIS
|
Collaboration diagram for ml_size_list:Data Fields | |
| int | size |
| char * | string |
| struct ml_size_list * | next |
Struct**********************************************************************
Synopsis [Structure of a linked list to keep the sizes of trees.]
Description [Structure of a linked list to keep the sizes of trees. The size is in terms of number of literals of a tree. This is used for fast insertion of a tree into the multi-level tree list.]
SeeAlso []
Definition at line 46 of file synthFactor.c.
| struct ml_size_list* ml_size_list::next |
Definition at line 49 of file synthFactor.c.
Definition at line 47 of file synthFactor.c.
| char* ml_size_list::string |
Definition at line 48 of file synthFactor.c.