public class PossibleSubGraphVertexSubsets
extends java.lang.Object
Constructor and Description |
---|
PossibleSubGraphVertexSubsets(SubGraph subgraph,
SimpleGraph graph,
int tolerance) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<int[]> |
getPossibleVertexSubsets() |
void |
init(int tolerance) |
public PossibleSubGraphVertexSubsets(SubGraph subgraph, SimpleGraph graph, int tolerance)