You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 151 B

12345
  1. To use the library :
  2. $> virtualenv --python=/usr/bin/python3.5 venv
  3. $> pip install -r requirements.txt
  4. $> source venv/bin/activate
  5. ... Go use pygraph

A Python package for graph kernels, graph edit distances and graph pre-image problem.