public class SeedGenerator
extends java.lang.Object
Constructor and Description |
---|
SeedGenerator() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.String> |
dual(int numColors,
int numPatternNodes)
Generate subproblems according to the number of colors and the number of nodes in a given query graph.
|
public static java.util.List<java.lang.String> dual(int numColors, int numPatternNodes)
numColors
- the number of colorsnumPatternNodes
- the number of nodes in a query graph