Module org.jgrapht.opt
Package org.jgrapht.opt.graph.sparse
Specialized graph implementations using sparse matrix representations.
-
Class Summary Class Description SparseIntDirectedGraph A sparse directed graph.SparseIntDirectedWeightedGraph Sparse directed weighted graph.SparseIntUndirectedGraph Sparse undirected graph.SparseIntUndirectedWeightedGraph Sparse undirected weighted graph. -
Enum Summary Enum Description IncomingEdgesSupport Enumeration for different kind of incoming edges support.