Skip to content

adding updates to VertexCompare (input symmetry, additional variables)

Maciej Artur Giza requested to merge mgiza-vc-wip into mgiza-vc
  • cleaning up the code (getting rid of the inversed order of passing containers)
  • adding symmetry regarding passing the containers (same output for VertexCompare(v1, v2) as for VertexCompare(v2, v1))
  • adding match variable (1 if the vertices are matched, 0 if not)

Merge request reports