Return a Waxman-1 random topology.
The Waxman-1 random topology models assigns link between nodes with probability
where the distance d is chosen randomly in [0,L].
Parameters : | n : int
alpha : float
beta : float
L : float
seed : int, optional
|
---|---|
Returns : | G : Topology |
Notes
Each node of G has the attributes latitude and longitude Each edge of G has the attribute length
References
[R22] | B. M. Waxman, Routing of multipoint connections. IEEE J. Select. Areas Commun. 6(9),(1988) 1617-1622. |