pub(crate) fn match_graph_internal_tables( g1: &Graph, g2: &Graph, ) -> Result<HashMap<u32, u32>, Error>
Matches two Graphs, and returns the internal table mapping from g1 to g2.
Graph
g1
g2