Traffic-toolbox Function

RandomNNet - Random generation of traffic network data

Calling Sequence

net=RandomNNet(nn,mna,var,nd,nf)

Parameters

Description

Generates randomly the data for the Traffic Assignment Problem. For each node an exterior degree is chosen randomly with a normal distribution of mean mna and variance var, then the successors are chosen without repetition. The value of nf indicates the formula chosen for the computation of the travel time, by default it is 6. This way of generating randomly the net if very much slower than RandomNet.

EXAMPLES

See Also