V
- vertex the graph vertex typeE
- edge the graph edge typepublic interface CycleBasisAlgorithm<V,E>
Note that undirected cycle bases are defined for both undirected and directed graphs. For a discussion of different kinds of cycle bases in graphs see the following paper.
Modifier and Type | Interface and Description |
---|---|
static interface |
CycleBasisAlgorithm.CycleBasis<V,E>
An undirected cycle basis.
|
static class |
CycleBasisAlgorithm.CycleBasisImpl<V,E>
Default implementation of the undirected cycle basis interface.
|
Modifier and Type | Method and Description |
---|---|
CycleBasisAlgorithm.CycleBasis<V,E> |
getCycleBasis()
Return a list of cycles forming an undirected cycle basis of a graph.
|
CycleBasisAlgorithm.CycleBasis<V,E> getCycleBasis()
Copyright © 2019. All rights reserved.