@Deprecated public class CycleBasis extends Object
Constructor and Description |
---|
CycleBasis(org._3pq.jgrapht.UndirectedGraph g)
Deprecated.
Constructs a minimum cycle basis of a graph.
|
Modifier and Type | Method and Description |
---|---|
Collection |
cycles()
Deprecated.
Returns the cycles that form the cycle basis.
|
List |
equivalenceClasses()
Deprecated.
Returns the connected components of this cycle basis, in regard to matroid theory.
|
Collection |
essentialCycles()
Deprecated.
Returns the essential cycles of this cycle basis.
|
Map |
relevantCycles()
Deprecated.
Returns the essential cycles of this cycle basis.
|
int[] |
weightVector()
Deprecated.
|
public CycleBasis(org._3pq.jgrapht.UndirectedGraph g)
g
- the graph for the cycle basispublic int[] weightVector()
public Collection cycles()
Collection
of the basis cyclespublic Collection essentialCycles()
Collection
of the essential cyclespublic Map relevantCycles()
Map
mapping each relevant cycles to the corresponding
basis cycle in this basispublic List equivalenceClasses()
List
of Set
s consisting of the cycles in a
equivalence class.Copyright © 2022. All rights reserved.