Class R5R9Dijkstra.DijkstraEdge

java.lang.Object
edu.cmu.tetrad.search.utils.R5R9Dijkstra.DijkstraEdge
Enclosing class:
R5R9Dijkstra

public static class R5R9Dijkstra.DijkstraEdge extends Object
Represents a node in Dijkstra's algorithm. The weight of the edge from the start is stored in the distance field and is modified by the algorithm.