Changes between Initial Version and Version 1 of Ticket #361
- Timestamp:
- 03/18/10 07:25:06 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #361
-
Property
Status
changed from
new
toassigned
-
Property
Status
changed from
-
Ticket #361 – Description
initial v1 1 !Bell amnFord (and maybe Dijkstra as well) could construct and store an instance of the operation traits class and use the operation traits functionalities through this object. This makes it possible to have such op. traits objects that can hold an ''epsilon'' value or a tolerance instance. It would also be important to have set/get functions for this instance in the algorithm class(es).1 !BellmanFord (and maybe Dijkstra as well) could construct and store an instance of the operation traits class and use the operation traits functionalities through this object. This makes it possible to have such op. traits objects that can hold an ''epsilon'' value or a tolerance instance. It would also be important to have set/get functions for this instance in the algorithm class(es). 2 2 3 3 This ticket is a follow-up of #51 and #360.