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.

requirements.txt 198 B

12345678910
  1. numpy>=1.16.2
  2. scipy>=1.1.0
  3. matplotlib>=3.0.0
  4. networkx>=2.2
  5. scikit-learn>=0.20.0
  6. tabulate>=0.8.2
  7. tqdm>=4.26.0
  8. cvxpy>=1.0.31 # for preimage.
  9. cvxopt>=1.2.5 # for preimage.
  10. mosek>=9.2.5 # for preimage.

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