Traffic-toolbox Function

DSD - Disaggregated Simplicial Decomposition algorithm

Calling Sequence

[F,ta,ben,f]=DSD(net,routemax,nFW,eps,list_eps,list_itemax)
[F,ta,f]=dsd(net,routemax,nFW,eps,list_eps,list_itemax)

Parameters

Description

Assigns the flow with the disaggregated simplicial decomposition algorithm. This algorithm generates at each iteration a new route for each commodity using AON. The traffic is assigned minimizing the total cost over the generated routes using a Newton method. The version DSD shows performance statistics. The version dsd is used mostly inside other algorithms and it does not displays any information.

The matrix ben contains intermediary informations on the algorithm. For each iteration it gives the iteration number, time spent, cost, memory used and an convergence error evaluation.

EXAMPLES

See Also