Posted: Sep 17, 2017 4:39 pm
by Cito di Pense
VazScep wrote:
Cito di Pense wrote:I made a graph (undirected) of this discussion; it does not have a marker, "You are here", but does seem to have something like a main route back and forth along its, er, spine, and numbers that don't mean anything, er, in context. I think everybody should just pick a number and say, "this is where you can find me". It's connected, so we can all find each other.
Now I'm curious. How did you make the graph?


I generated a random graph using inputs of number of vertices and density of edges so that every possible edge is tested against the density threshold (excluding parallel edges - the graph shows the directed edges going in both directions for each pair that shares edges). Then I output a list of edges starting at vertex 0 and running through its adjacency list and then iterating by vertex. I gave the list of edges to GraphViz using the 'dot' notation for input files and out pops the plot. My graph classes and driver are in C++, though I prefer Objective-C.

It's like theology, or reading tea leaves, to figure out what the picture means.