CAPRES - CAPRES traffic assignment algorithm
Assigns the flow with the CAPRES algorithm. As in the IAON successive AON assignments are made, but the number of iterations is fixed to 4 and instead of using the current travel times, the old travel times are combined in the same way the flows are.
net=TrafficExample('Small'); [f,t]=CAPRES(net);