Return a Waxman random graph.
The Waxman random graph models place n nodes uniformly at random in a rectangular domain. Two nodes u,v are connected with an edge with probability
This function implements both Waxman models.
Parameters : | n : int
alpha: float :
beta: float :
L : float, optional
domain : tuple of numbers, optional
|
---|---|
Returns : | G: Graph : |
References
[R203] | B. M. Waxman, Routing of multipoint connections. IEEE J. Select. Areas Commun. 6(9),(1988) 1617-1622. |