Skip to content

Commit

Permalink
added some datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
djryn committed Apr 14, 2022
1 parent e7a96e5 commit f0842e1
Show file tree
Hide file tree
Showing 7 changed files with 6,015 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ configure_file(data/test_data_1.graphml data/test_data_1.graphml COPYONLY)
configure_file(data/test_data_3.graphml data/test_data_3.graphml COPYONLY)
configure_file(data/community_report.txt data/community_report.txt COPYONLY)
configure_file(data/football.graphml data/football.graphml COPYONLY)
configure_file(data/random_data_1.graphml data/random_data_1.graphml COPYONLY)
configure_file(data/random_data_2.graphml data/random_data_2.graphml COPYONLY)
configure_file(data/random_data_3.graphml data/random_data_3.graphml COPYONLY)
configure_file(data/random_data_4.graphml data/random_data_4.graphml COPYONLY)
configure_file(data/random_data_5.graphml data/random_data_5.graphml COPYONLY)
configure_file(data/random_data_6.graphml data/random_data_6.graphml COPYONLY)





Expand Down
Loading

0 comments on commit f0842e1

Please sign in to comment.