Hi,
How does one create a fully connected graph with LightGraphs.jl? I looked at the documentation and did not see an obvious function.
A second equation is how to create a random graph with p percent of the edges?
I did find a function that allowed me to create a graph with Nv vertices and Ne edges, so I could create the conversion. But I assume there is a built-in function that can duplicate the desired functionality.
A third question would be how to create a network such that connections between a point and neighbors do not extend beyond a specified distance. Again, one can create the appropriate routine, but an efficient implementation might already be a part of the library.
Thanks.
Gordon