/graph-degseq

Constructing all non-isomorphic graphs from a particular degree sequence

Primary LanguageJupyter NotebookMIT LicenseMIT

Graph Construction based on Degree Sequence

Introduction

We intend to construct all non-isomorphic graphs from a particular degree sequence. You can explore results inside figures directory.

Setup

On Ubuntu operating system, just run setup.sh, and then you can launch JupyterLab

jupyter lab

or Jupyter Notebook

jupyter notebook

to explore the project.

Note: If you have installed new dependencies, please freeze them into requirements.txt for future use:

pip3 freeze > requirements.txt

References

Developer

This project was developed by Kazem Forghani, a student of Computer Science Department of Iran University of Science and Technology.

License

This project has been released under MIT License.