Package es.uam.eps.ir.relison.graph.complementary
Classes defining the complementary of a graph.
-
Class Summary Class Description ComplementaryGraph<U> Wrapper for the complementary graph of another one given.DirectedUnweightedComplementaryGraph<U> Directed unweighted complementary graph.DirectedUnweightedGraphTest Class that tests the fast directed unweighted implementation of graphs.DirectedWeightedComplementaryGraph<U> Directed weighted complementary graph.DirectedWeightedGraphTest Class for testing the fast implementation for directed weighted graphsUndirectedUnweightedComplementaryGraph<U> Undirected unweighted complementary graphUndirectedUnweightedGraphTest Class that tests the fast implementation for undirected unweighted graphs.UndirectedWeightedComplementaryGraph<U> Undirected weighted complementary graph.UndirectedWeightedGraphTest Class for testing the fast implementation for undirected weighted graphs.