dddvision / functionalnavigation

Trajectory Optimization Manager for Multiple Algorithms and Sensors (TOMMAS)
3 stars 4 forks source link

Consistency of indexing between findEdges and computeEdgeCost #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Should an edge be managed by a single index to an interval object instead of 
two node indices?

Original issue reported on code.google.com by dddvis...@gmail.com on 10 Jul 2010 at 12:34

GoogleCodeExporter commented 9 years ago
The answer to this question is no. A comment has been added to the Measure 
interface to reflect this decision:

"All information from this measure regarding a unique pair of nodes must be 
grouped such that there are no duplicate graph edges in the output"

Original comment by dddvis...@gmail.com on 5 Aug 2010 at 6:58