Skip to content

Simple use of gedlibpy in Python to compute graph edit distances between networkx graphs

Notifications You must be signed in to change notification settings

bgauzere/simple-gedlibpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple GedLibPy

These small codes aim to help the computation of a ged between two graphs

How to run test.py

  • Clone and install https://github.com/bgauzere/gedlibpy
  • modify env PYTHONPATH to include your gedlibpy directory export PYTHONPATH=$PYTHONPATH:/path/to/gedliby/
  • pipenv install
  • pipenv run python test.py should work and print approximated ged

About

Simple use of gedlibpy in Python to compute graph edit distances between networkx graphs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages