Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update
  • Loading branch information
akr18001 committed Sep 20, 2019
1 parent 1678466 commit 870fdfa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -2,14 +2,14 @@


# Compile #
'''
g++ time_graph_gen.cc -o time_graph_gen -O3
'''

```g++ time_graph_gen.cc -o time_graph_gen -O3```


# Usage #

'''
./time_graph_gen <Path to graph in DIMACS 9th gr format> <Temporal Degree> <Max Time> <Path to Output file>

./time_graph_gen ~/hetro_map_graphs/USA-road-t.CAL.gr 10 1895126 CAL_t.gr
'''
```./time_graph_gen <Path to graph in DIMACS 9th gr format> <Temporal Degree> <Max Time> <Path to Output file>```

```./time_graph_gen ~/hetro_map_graphs/USA-road-t.CAL.gr 10 1895126 CAL_t.gr```

0 comments on commit 870fdfa

Please sign in to comment.