General cost, travel distances and financial cost in the path selection

The path selection depends on the following factors:

  • Travel time
  • spatial length of the paths
  • financial cost on the paths, for example for toll

In contrast to travel times, the spatial lengths of the paths and the financial costs do not depend on the traffic conditions. Thus the spatial lengths of the paths and the financial costs do not need to be determined by simulation but can be read directly from the network model.

To account for these three factors in path selection, for each edge the so called general cost is computed as a weighted sum:

General cost = a • travel time + b • travel distance + g • financial cost + Σ surcharge 2

Where:

  • a for travel time
  • b fortravel distance
  • g for link costs
  • Cost coefficients are specific to vehicle types. This allows the modeling of driver groups with different path selection behaviors, with different time, path and money determinants (Defining simultaneous assignment).
  • The travel distances are determined from the geometry of the links.
  • The financial cost of an edge is the sum of the costs of all links that are contained in that edge.
  • The cost is computed by multiplying the cost rate per kilometer specified in the link by the length of the route which is contained in the edge. If for a link the Surcharge 1 attribute contains a value, it is added (Attributes of links).
  • Link attribute Surcharge 2:: Additional surcharge for the link. Is added to general link costs without weighting (Attributes of links).