Function petgraph::isomorphism::try_match
source ยท fn try_match<N, E, Ty, Ix, F, G>(
st: &mut [Vf2State<Ty, Ix>; 2],
g0: &Graph<N, E, Ty, Ix>,
g1: &Graph<N, E, Ty, Ix>,
node_match: &mut F,
edge_match: &mut G,
) -> Option<bool>
Expand description
Return Some(bool) if isomorphism is decided, else None.