- Timestamp:
- 08/07/12 15:35:05 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RoutePlanning/HeuristicLab.Algorithms.GraphRouting/3.3/AStarAlgorithmV2.cs
r8408 r8426 36 36 37 37 while (openList.Count > 0) { 38 NodeData data = openList.M ax;38 NodeData data = openList.Min; 39 39 openList.Remove(data); 40 40 openListLookup.Remove(data.Node);
Note: See TracChangeset
for help on using the changeset viewer.