From d73c71309b627977a153e2fa7fef3c95aca4b87b Mon Sep 17 00:00:00 2001 From: Akif Date: Mon, 30 Dec 2019 18:47:27 -0500 Subject: [PATCH] update --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3b4e851..855d8c7 100644 --- a/README.md +++ b/README.md @@ -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. ```