CiudadSim Function

LogitD - Logit equilibrium ( Dial Method )

Calling Sequence

[F]=LogitD(A,D,theta)

Parameters

Description

Compute the logit traffic assignment by the Dial method where efficient routes are the ones which never go back towards the origine.

To each efficient route r on the graph defined by the matrix A is associated a weight exp(-theta*l) where l denotes the the total travel time on the route r. The flow for each demand defined by the matrix D is assigned on a route proportionnaly to its wheight.

The graph must be strongly connected. If it is not the case we can add artificial arcs with large travel time in such a way that the new graph becomes strongly connected.

EXAMPLES

See Also