public final class EssentialCycles extends Object
RelevantCycles
the number of essential cycles is always polynomial
however may not be able generate the cycle space of a graph.RelevantCycles
,
MinimumCycleBasis
,
SSSRFinder.findEssentialRings()
,
GraphUtil
Constructor and Description |
---|
EssentialCycles(int[][] graph)
Determine the essential cycles given a graph.
|
Modifier and Type | Method and Description |
---|---|
int[][] |
paths()
The paths for each essential cycle.
|
int |
size()
Number of essential cycles.
|
public EssentialCycles(int[][] graph)
RingSearch
.graph
- a molecule graphGraphUtil.toAdjList(org.openscience.cdk.interfaces.IAtomContainer)
,
RingSearch
Copyright © 2022. All rights reserved.