source:
branches/RoutePlanning/HeuristicLab.Algorithms.GraphRouting/3.3/Interfaces/IRouter.cs
@
10204
Last change on this file since 10204 was 8516, checked in by spimming, 12 years ago | |
---|---|
File size: 165 bytes |
Rev | Line | |
---|---|---|
[8516] | 1 | |
2 | namespace HeuristicLab.Algorithms.GraphRouting.Interfaces { | |
3 | public interface IRouter { | |
4 | long[] Calculate(long sourceNodeId, long targetNodeId); | |
5 | } | |
6 | } |
Note: See TracBrowser
for help on using the repository browser.