kis dataset
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Torma Kristóf 2020-10-02 01:53:26 +02:00
parent 1dad24f989
commit 10c8976554
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
2 changed files with 20780 additions and 1 deletions

2
app.py
View File

@ -3,7 +3,7 @@
import igraph as ig import igraph as ig
def read_graph(graph_file: str = 'valos_halozat_other_dataset.txt') -> dict: def read_graph(graph_file: str = 'kis_dataset.txt') -> dict:
with open(graph_file) as f: with open(graph_file) as f:
vertices = int(f.readline()) vertices = int(f.readline())
edges = int(f.readline()) edges = int(f.readline())

20779
kis_dataset.txt Normal file

File diff suppressed because it is too large Load Diff