Skip to content
Snippets Groups Projects
Commit 1862de02 authored by Jarrod Pas's avatar Jarrod Pas
Browse files

Adds routing algorithms to docstring

parent 7ca93ceb
No related branches found
No related tags found
1 merge request!3Version 0.2
......@@ -5,7 +5,11 @@ Implements the following community detection schemes on epochs:
- Louvain community detection
- K-Clique community detection
Implements the following community based routing heuristics:
- BubbleRap
- Hybrid Community Based Forwarding
"""
__all__ = [
"Community",
"KCliqueCommunity",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment