Implement Padded SGM algorithm #316
Labels
enhancement
New feature or request
graph matching
ndd
tasks that may be appropriate for Neuro Data Design course
functionality
Input Graphs G1 and G2 with respective vertex sets {1,...,n_1} and {1,...,n_2} and with respective adjacency matrices A and B, and suppose n_1<n_2, use the SGM function to the padded A and B, then return the restriction of permutation matrix to the vertices of G1.
The output can be compared with Figure 3 in paper seeded graph matching: https://arxiv.org/pdf/1209.0367.pdf.
The text was updated successfully, but these errors were encountered: