Function
getInfinityDistance
Utility function for various graph algorithms. The infinity distance can be used to indicate not reachable, e.g., in shortest path problem.
getInfinityDistance([distance_map])
Parameters
distance_map
A property map.
Remarks: Given the value type of a distance map an appropriate infinity value is returned.
Return Values
Infinity value.
SeqAn - Sequence Analysis Library - www.seqan.de