Opened 16 years ago
Closed 16 years ago
#153 closed enhancement (fixed)
Improvements related to BFS/DFS/Dijkstra
Reported by: | Peter Kovacs | Owned by: | Peter Kovacs |
---|---|---|---|
Priority: | major | Milestone: | LEMON 1.0 release |
Component: | core | Version: | hg main |
Keywords: | Cc: | ||
Revision id: |
Description
[da414906fe21] contains improvements related to BFS/DFS/Dijkstra.
It modifies the run(s,t)
functions of the class interfaces to return bool
value instead of int
/Value
. It is done because in case of Dijkstra returning the distance seemed to be a bad decision. Moreover the new functions is fully analogous to the new function interface. See #96 for details.
Attachments (1)
Change History (2)
Changed 16 years ago by
Attachment: | da414906fe21.patch added |
---|
comment:1 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Replying to kpeter:
It is in the main branch now