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.

preimage_generator.py 170 B

123456789101112
  1. #!/usr/bin/env python3
  2. # -*- coding: utf-8 -*-
  3. """
  4. Created on Thu Mar 26 18:26:36 2020
  5. @author: ljia
  6. """
  7. class PreimageGenerator(object):
  8. def __init__(self):
  9. pass

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