COIN-OR::LEMON - Graph Library

Opened 14 years ago

Last modified 14 years ago

#361 assigned enhancement

Tolerance support in BellmanFord

Reported by: Peter Kovacs Owned by: Peter Kovacs
Priority: major Milestone:
Component: core Version: hg main
Keywords: Cc:
Revision id:

Description (last modified by Peter Kovacs)

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).

This ticket is a follow-up of #51 and #360.

Change History (1)

comment:1 Changed 14 years ago by Peter Kovacs

Description: modified (diff)
Status: newassigned
Note: See TracTickets for help on using tickets.