Function match_graph_internal_tables

Source
pub(crate) fn match_graph_internal_tables(
    g1: &Graph,
    g2: &Graph,
) -> Result<HashMap<u32, u32>, Error>
Expand description

Matches two Graphs, and returns the internal table mapping from g1 to g2.