| igraph Reference Manual |
|---|
int igraph_isomorphic_34(const igraph_t *graph1, const igraph_t *graph2, igraph_bool_t *iso);
This function uses precomputed indices to decide isomorphism problems for graphs with only 3 or 4 vertices.
Arguments:
graph1: |
The first input graph. |
graph2: |
The second input graph. Must have the same
directedness as |
iso: |
Pointer to a boolean, the result is stored here. |
Returns:
|
Error code. |
Time complexity: O(1).
| << 4. Functions for graphs with 3 or 4 vertices | 4.2. igraph_isoclass — Determine the isomorphism class of a graph with 3 or 4 vertices >> |