I want to simulate a sample traffic network. The model consists of nodes which serve as Junctions and links which represent road segments connecting two junctions. The simplified equation for each link is this:

xz(k+1) = x(k) + T[q(k) - u(k)]

where xz is the number of vehicles within the links, and q models the inflow and u the outflow.

Now if one wants to model a network, one has some incoming links to the network(see the attached link fig.4 and links {1,2,8,10,...}). 

What should we do with these incoming links? Should we assume a fixed q or a fixed x for them? Or should we do something else?

http://www.sciencedirect.com/science/article/pii/S0968090X0800082X

Similar questions and discussions