An open API service indexing awesome lists of open source software.

https://github.com/k-forghani/graph-degseq

Constructing all non-isomorphic graphs from a particular degree sequence
https://github.com/k-forghani/graph-degseq

construction degree graph isomorphism sequence

Last synced: 6 months ago
JSON representation

Constructing all non-isomorphic graphs from a particular degree sequence

Awesome Lists containing this project

README

          

# 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*

```bash
jupyter lab
```

or *Jupyter Notebook*

```bash
jupyter notebook
```

to explore the project.

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

```shell
pip3 freeze > requirements.txt
```

## References

- [Recognizing graphic degree sequences and generating all realizations (Zoltan Kiraly)](https://egres.elte.hu/tr/egres-11-11.pdf)

## Developer

This project was developed by [*Kazem Forghani*](https://github.com/k-forghani), a student of Computer Science Department of Iran University of Science and Technology.

## License

This project has been released under *MIT License*.