Skip to content

Adele-Desmazieres/Zero-Suppressed-Binary-Decision-Diagram

Repository files navigation

Zero-Suppressed-Binary-Decision-Diagram

Representation of number of any size with an tree-lile structure, and comparison of two compression methods of this structure.

Authors

Adèle DESMAZIERES Muhannad ALABDULLAH

Installation

Download the code from: https://github.com/Adele-Desmazieres/Zero-Suppressed-Binary-Decision-Diagram

Execution

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