NewGod / graph-edit-distance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graph Edit Distance

A Program to Compute The Edit Distance between Two Graph

Requirement

TinyXML(For Ubuntu you can run apt-get install libtinyxml-dev)

How to Build

make

How to Run

You can run ./ged to compute the graph edit distance

The input format and output format is as same as gdc2016

About


Languages

Language:C++ 85.6%Language:MATLAB 11.8%Language:Makefile 1.6%Language:C 1.0%