cmake/nsis/lemon.ico
author |
Peter Kovacs <kpeter@inf.elte.hu> |
|
Fri, 26 Sep 2008 12:40:11 +0200 |
changeset 286 |
da414906fe21 |
child 501 |
f9a879c9787c |
permissions |
-rw-r--r-- |
Improvements related to BFS/DFS/Dijkstra (ticket #96)
- Add run(s,t) function to BfsVisit.
- Modify run(s,t) functions in the class interfaces to return bool value.
- Bug fix in Dijkstra::start(t) function.
- Improve Dijkstra::currentDist().
- Extend test files to check named class template parameters.
- Doc improvements.