$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Matthew Galati (magh_at_[hidden])
Date: 2003-12-15 18:44:08
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);
Thanks,
Matt