| igraph Reference Manual |
|---|
typedef igraph_bool_t igraph_isohandler_t(const igraph_vector_t *map12, const igraph_vector_t *map21, void *arg);
See the details at the documentation of igraph_isomorphic_function_vf2().
Arguments:
map12: |
The mapping from the first graph to the second. |
map21: |
The mapping from the second graph to the first, the
inverse of |
arg: |
This extra argument was passed to |
Returns:
|
Boolean, whether to continue with the isomorphism search. |
<< 3.3. igraph_get_isomorphisms_vf2 — Collect the isomorphic mappings |
3.5. igraph_isomorphic_function_vf2 — The generic VF2 interface >> |