CiudadSim Function

LogitB - Logit equilibrium ( Bell Method )

Calling Sequence

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

Parameters

Description

Compute the logit traffic assignment by the Bell method where all the routes are considered not only the efficient ones (see LogitD).

To each 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.

theta must be large enough to insure that the weight of routes with an infinite number of links are finite.

EXAMPLES

See Also