Package graph


package graph
Graph algorithms and interfaces
  • Class
    Description
    This is a constraint interface for a directed graph of type G, with vertices of type V and edges of type E.
    ShortestPaths<Vertex,Edge>
    This object computes and remembers shortest paths through a weighted, directed graph.
    Constraint interface for a directed graph with edge weights.