Namespace Italbytz.Graph Classes AShortestPathsSolver AStarShortestPathsSolver BasicEdge BasicGraphOnEdges<TEdge> The base class for graphs: layering and ordering work on an instance of this class. Extensions Graphs MSTExample MinimumSpanningTreeByPrim MinimumSpanningTreeParameters MinimumSpanningTreeSolution MinimumSpanningTreeSolver ShortestPathsParameters ShortestPathsSolution ShortestPathsSolver TaggedEdge<TVertex, TTag> UndirectedGraph<TVertex, TEdge> WeightedEdge<TWeight>