Representation of number of any size with an tree-lile structure, and comparison of two compression methods of this structure.
Adèle DESMAZIERES Muhannad ALABDULLAH
Download the code from: https://github.com/Adele-Desmazieres/Zero-Suppressed-Binary-Decision-Diagram
To compile the project, run in a shell at its root:
$ make all
Then, to run the tests of the project (it may take around 20s):
$ ./main
To print the graphs with python:
$ ./graphs.py
To suppress every compilation file:
$ make clean