Opened 17 years ago
Last modified 17 years ago
#96 closed enhancement
Revise function-type interface of BFS/DFS/Dijkstra — at Version 3
| Reported by: | Alpar Juttner | Owned by: | Alpar Juttner |
|---|---|---|---|
| Priority: | blocker | Milestone: | LEMON 1.0 release |
| Component: | core | Version: | hg main |
| Keywords: | Cc: | ||
| Revision id: |
Description (last modified by )
As far as I remember, some concern have arisen about the function-type interface of BFS/DFS/Dijkstra. We must clarify it before the release of lemon-1.0.
Change History (3)
comment:1 Changed 17 years ago by
| Version: | → hg main |
|---|
comment:2 Changed 17 years ago by
comment:3 Changed 17 years ago by
| Description: | modified (diff) |
|---|
Note: See
TracTickets for help on using
tickets.


Maybe it is worth another ticket since it is about the class interface, but I do suggest using
SetXyzfor named parameters instead ofDefXyz, e.g. SetReachedMap, SetDistMap etc..