divilian / specstar

Combines SPECscape and SPECnet into one project
1 stars 1 forks source link

Add "complete graph" as an option #53

Closed divilian closed 5 years ago

divilian commented 5 years ago

In addition to "erdos_renyi", "scale_free", and "small_world", add "complete" as a legal value for the :whichGraph parameter.

divilian commented 5 years ago

Also add "empty" as option for a graph with no edges.

divilian commented 5 years ago

(@venkatachalapathy: both "complete" and "empty" are now legal options for the :whichGraph parameter -- see line 22 of setup_params.jl.)