equal
deleted
inserted
replaced
96 typedef _LengthMap LengthMap; |
96 typedef _LengthMap LengthMap; |
97 |
97 |
98 // The type of the length of the edges. |
98 // The type of the length of the edges. |
99 typedef typename _LengthMap::Value Value; |
99 typedef typename _LengthMap::Value Value; |
100 |
100 |
101 /// \brief Operation traits for belmann-ford algorithm. |
101 /// \brief Operation traits for floyd-warshall algorithm. |
102 /// |
102 /// |
103 /// It defines the infinity type on the given Value type |
103 /// It defines the infinity type on the given Value type |
104 /// and the used operation. |
104 /// and the used operation. |
105 /// \see FloydWarshallDefaultOperationTraits |
105 /// \see FloydWarshallDefaultOperationTraits |
106 typedef FloydWarshallDefaultOperationTraits<Value> OperationTraits; |
106 typedef FloydWarshallDefaultOperationTraits<Value> OperationTraits; |