You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The expected input file format is CSV with 4 columns: name1, val1, name2, val2.
A directed graph is created with all edges such as (name1 -> name2); if val1 >= val2 it is rather (name2 -> name1) which is added — thus allowing to parse results of sports matches. The values themselves are not used beyond this.
The text was updated successfully, but these errors were encountered:
The expected input file format is CSV with 4 columns: name1, val1, name2, val2.
A directed graph is created with all edges such as (name1 -> name2); if val1 >= val2 it is rather (name2 -> name1) which is added — thus allowing to parse results of sports matches. The values themselves are not used beyond this.
The text was updated successfully, but these errors were encountered: