You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/linkgraph
Jonathan G Rennison 6e7117e04c Codechange: [Linkgraph] Skip MCF source node Dijkstra when all demand satisfied
MCF Dijkstra iterations are executed for all source nodes in a round-robin order.
Source nodes typically require different numbers of MCF Dijkstra iterations
to satisfy all of their demand.
This change is to avoid performing MCF Dijkstra iterations on source nodes which
have already been fully satisfied.
5 years ago
..
demands.cpp Doc: Lots and lots of doxymentation fixes 6 years ago
demands.h Fix: Some typos found using codespell 5 years ago
flowmapper.cpp Cleanup: Removed SVN headers 5 years ago
flowmapper.h Cleanup: Removed SVN headers 5 years ago
init.h Fix: Some typos found using codespell 5 years ago
linkgraph.cpp Cleanup: Removed SVN headers 5 years ago
linkgraph.h Codechange: Replace linkgraph related FOR_ALL with range-based for loops 5 years ago
linkgraph_base.h Cleanup: Removed SVN headers 5 years ago
linkgraph_gui.cpp Codechange: Replace station related FOR_ALL with range-based for loops 5 years ago
linkgraph_gui.h Cleanup: Removed SVN headers 5 years ago
linkgraph_type.h Cleanup: Removed SVN headers 5 years ago
linkgraphjob.cpp Cleanup: Removed SVN headers 5 years ago
linkgraphjob.h Codechange: Replace linkgraph related FOR_ALL with range-based for loops 5 years ago
linkgraphjob_base.h Cleanup: Removed SVN headers 5 years ago
linkgraphschedule.cpp Codechange: Replace linkgraph related FOR_ALL with range-based for loops 5 years ago
linkgraphschedule.h Cleanup: Removed SVN headers 5 years ago
mcf.cpp Codechange: [Linkgraph] Skip MCF source node Dijkstra when all demand satisfied 5 years ago
mcf.h (svn r25356) -Add: Multi-Commodity-Flow solver for link graph 11 years ago
refresh.cpp Cleanup: Removed SVN headers 5 years ago
refresh.h Cleanup: Removed SVN headers 5 years ago