summaryrefslogtreecommitdiff
path: root/src/linkgraph/linkgraph.cpp
AgeCommit message (Expand)Author
2021-01-08Codechange: Remove min/max functions in favour of STL variants (#8502)Charles Pigott
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-03-30Fix aa7ca7fe6: Linkgraph node index order must be maintained due to other ref...PeterN
2019-03-26Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...Henry Wilson
2019-03-26Codechange: Replaced SmallVector::Get(n) non-const with std::vector::data() + nHenry Wilson
2019-03-26Codechange: Replaced SmallVector::Resize() with std::vector::resize()Henry Wilson
2018-10-31Doc: Lots and lots of doxymentation fixesCharles Pigott
2014-06-14(svn r26646) -Fix [FS#6041]: Save locations instead of distances in link grap...fonsinchen
2014-05-11(svn r26580) -Codechange: s/GES_PICKUP/GES_RATING/ (it has nothing to do with...rubidium
2014-05-01(svn r26549) -Change: better estimation for link capacities during full loadfonsinchen
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2014-03-17(svn r26411) -Change [FS#5941]: Use better distance metric for link graph (Mi...fonsinchen
2014-03-06(svn r26393) -Fix: Update distances between link graph nodes when station sig...fonsinchen
2013-10-22(svn r25898) -Codechange: Add second timestamp for 'restricted links' to all ...fonsinchen
2013-06-04(svn r25320) -Fix [FS#5577]: link graph start time was not accounted for when...rubidium
2013-05-19(svn r25257) -Add: basic link graph (fonsinchen)rubidium