fslaborg / Graphoscope

A pragmatic approach to network science.
http://fslab.org/Graphoscope/
MIT License
14 stars 6 forks source link

Create graph types from reference graphs #12

Closed HarryMcCarney closed 1 year ago

HarryMcCarney commented 1 year ago

Chose a canonical example from the reference graphs for the following graph types:

unweighted undirected unweighted directed weighted directed weight undirected

Add create graph helper methods to the test lib. Graphs should be built from edgelist txt files

HarryMcCarney commented 1 year ago

this is in the the 'undirected' branch