Class FciOrientDijkstra.DijkstraEdge

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

public static class FciOrientDijkstra.DijkstraEdge extends Object
Represents a node in Dijkstra's algorithm. The distance of the nodes from the start is stored in the distance field.