public class Match
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static int |
called |
|
static java.lang.String |
DEF_ISOMORPHISM_ALGO |
|
static int |
graphs |
|
static int[] |
ISMORPHS_COUNT |
|
static int |
oldGraphs |
|
static int |
total |
Constructor | Description |
---|---|
Match() |
Modifier and Type | Method | Description |
---|---|---|
static SearchState |
initialState(Graph g1,
Graph g2) |
Initial search state with the default isomorphism test algorithm.
|
protected static boolean |
match(SearchState currentState) |
Execution of an isomorphism test with a provided initial state.
|
static boolean |
match(Graph g1,
Graph g2,
boolean preMatch) |
Execution of an isomorphism test with the default algorithm.
|
public static java.lang.String DEF_ISOMORPHISM_ALGO
public static final int[] ISMORPHS_COUNT
public static int called
public static int total
public static int graphs
public static int oldGraphs
public static SearchState initialState(Graph g1, Graph g2)
public static boolean match(Graph g1, Graph g2, boolean preMatch)
protected static boolean match(SearchState currentState)