complenet17-graph-generator
Implementation of the method described in the paper:
Miguel E. P. Silva, P. Paredes, and P. Ribeiro, “Network motifs detection using random networks with prescribed subgraph frequencies,” Proceedings of the 8th International Conference on Complex Networks (COMPLENET'17), 2017.
PDF file of the paper can be found at: http://www.dcc.fc.up.pt/~msilva/Pubs/complenet17.pdf
Usage:
- make
- ./genk -h
This Source Code uses the work developed in the following article:
- ASONAM'2013 -http://asonam.cpsc.ucalgary.ca/ : Pedro Paredes and Pedro Ribeiro - Towards a Faster Network-Centric Subgraph Census: http://dl.acm.org/citation.cfm?doid=2492517.2492535.
This software uses the nauty program version 2.4 by Brendan McKay. Therefore, nauty's license restrictions apply to the usage of FaSE and GENK.
If you use this code, please cite:
@inproceedings{silva2017network,
title={Network Motifs Detection Using Random Networks with Prescribed Subgraph Frequencies},
author={Silva, Miguel EP and Paredes, Pedro and Ribeiro, Pedro},
booktitle={Workshop on Complex Networks CompleNet},
pages={17--29},
year={2017},
organization={Springer}
}