This a project to generate graph with desired numbers of symmetries. It is implementation of this research paper https://arxiv.org/pdf/1808.05166.pdf
- Input needs to be enter into
input.txt. First line contains one integer representing the number of partitions, next n line represents Q-matrix for which graph needs to be generated.
5
1 2 1 2 0
1 2 0 0 0
2 0 0 0 2
1 0 0 0 0
0 0 4 0 0
- Run command
./run.sh - Check the output in
output.txt