Class
Matrix
A simple n-dimensional matrix type.
Functions
all_pairs_shortest_pathFinds shortest paths between all pairs of vertices in a graph.
floyd_warshallFinds shortest paths between all pairs of vertices in a graph.
getAdjacencyMatrixReturns an adjacency matrix representation of the graph.
transitive_closureDetermines whether there is a path between any two given vertices or not.
SeqAn - Sequence Analysis Library - www.seqan.de