Time Discretization Choices and Their Trade-Offs
How the choice of time step in a time-expanded multi-commodity network controls the trade-off between graph size (memory and solver cost) and temporal accuracy (rounding error on travel times).
Tutorial
Time Step and the Size of a Time-Expanded Graph
A time-expanded network is built by choosing a time horizon and a time step , then creating one copy of each physical node for every discrete time instant .
The number of discrete time instants is
If the underlying physical network has nodes, the time-expanded graph has
nodes.
Trade-off. A smaller produces more time copies, so the graph is larger (more memory, slower to solve) but captures timing more precisely. A larger shrinks the graph but loses temporal resolution.
For instance, with hours and hours,
With physical nodes, the time-expanded graph has nodes.