Class PreProcessDijkstra

  • Direct Known Subclasses:
    PreProcessEuclidean

    public class PreProcessDijkstra
    extends Object
    Pre-processes a given network, gathering information which can be used by a Dijkstra when computing least-cost paths between a start and an end node. Specifically, marks the nodes that are in dead-end, i.e. that are connected to the rest of the network by a single 'entry' node only.
    Author:
    lnicolas