COIN-OR::LEMON - Graph Library

Changes between Initial Version and Version 1 of Ticket #361


Ignore:
Timestamp:
03/18/10 07:25:06 (15 years ago)
Author:
Peter Kovacs
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #361

    • Property Status changed from new to assigned
  • Ticket #361 – Description

    initial v1  
    1 !BellamnFord (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).
    22
    33This ticket is a follow-up of #51 and #360.