IA - Incremental traffic assignment algorithm
Assigns the flow with the Incremental Assignment algorithm. Each origin-destination flow is divided into k equal parts. Each part is assigned by AON. The link costs are updated using the travel time functions of the assigned flow f.
net=TrafficExample('Small'); [f,ta]=IA(net,10);