index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
linkgraph
/
mcf.cpp
Age
Commit message (
Expand
)
Author
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2020-12-25
Change: [Linkgraph] Allow job threads to be aborted early when clearing sched...
Jonathan G Rennison
2020-01-08
Codechange: [Linkgraph] Skip MCF source node Dijkstra when all demand satisfied
Jonathan G Rennison
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2016-07-10
(svn r27613) -Codechange: Use a flat vector instead of a map in FlowEdgeItera...
fonsinchen
2016-07-10
(svn r27611) -Codechange: Cache the calculated value of CapacityAnnotation
fonsinchen
2015-03-07
(svn r27178) -Fix [FS#5969]: Data race due to lazy initialisation of objects.
frosch
2014-10-15
(svn r27020) -Cleanup: some coding style consistency improvements (mostly spa...
rubidium
2014-06-14
(svn r26646) -Fix [FS#6041]: Save locations instead of distances in link grap...
fonsinchen
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-10-19
(svn r25885) -Codechange: Keep paths sorted so that the ones with flow == 0 a...
fonsinchen
2013-06-09
(svn r25356) -Add: Multi-Commodity-Flow solver for link graph
fonsinchen