16 Dec
2003
16 Dec
'03
6:36 a.m.
Matthew Galati wrote:
Newbie Question
Can someone post a simple example of how to generate a random graph? I do not understand what needs to be sent in the 4th argument for RandNumGen. To keep it simple, how would I generate a random graph on 10 vertices and 20 edges?
generate_random_graph(g, 10, 20, ?, false, false);
Looking at examples/bfs.cpp, I see the following:
#include