Uses of Package
org.jgrapht.opt.graph.sparse.specifics
Packages that use org.jgrapht.opt.graph.sparse.specifics
Package
Description
Specialized graph implementations using sparse matrix representations.
Implementations of different sparse graphs with different tradeoffs.
-
Classes in org.jgrapht.opt.graph.sparse.specifics used by org.jgrapht.opt.graph.sparseClassDescriptionHelper class to ease the implementation of different sparse graphs with different backends.
-
Classes in org.jgrapht.opt.graph.sparse.specifics used by org.jgrapht.opt.graph.sparse.specificsClassDescriptionA sparse boolean matrix in Compressed Sparse Row (CSR) format.Specifics for a sparse directed graph which does not re-index the edges and does not support incoming edges.Specifics which provide a sparse graph implementation.