Skip to content

aviral0807/generating-graphs-with-symmetry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

btp

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

  1. 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
  1. Run command ./run.sh
  2. Check the output in output.txt

About

Implementation of the research paper Generating Graphs with symmetry.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published