Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update
  • Loading branch information
akr18001 committed Dec 30, 2019
1 parent 324b6d7 commit d73c713
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Expand Up @@ -12,13 +12,14 @@ time_helper.py contains the configurations for generating temporal graph. Differ


```
static_graph => Path to static graph file in gr format (9th DIMACS)
temporal_graph => Path where the temporal graph is to be created
temporal_edges => Maximum number of temporal edges corresponding to single static edge
time_step => For every static edge, the loop goes from 0 to temporal_edges with step size equal to time_step
spatial_partition => Number of sets into which the vertices are divided
temporal_partition => Number of set into which the time instants are divided
p => A number between 0-100. p = 100 sets the probability of a temporal edges to be added as 0 while p=0 sets the probability as 1.
* static_graph => Path to static graph file in gr format (9th DIMACS)
* temporal_graph => Path where the temporal graph is to be created
* temporal_edges => Maximum number of temporal edges corresponding to single static edge
* time_step => For every static edge, the loop goes from 0 to temporal_edges with step size equal to time_step
* spatial_partition => Number of sets into which the vertices are divided
* temporal_partition => Number of set into which the time instants are divided
* p => A number between 0-100. p = 100 sets the probability of a temporal edges to be added
as 0 while p=0 sets the probability as 1.
```


Expand Down

0 comments on commit d73c713

Please sign in to comment.