#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Created on Thu Mar 26 18:26:36 2020 @author: ljia """ class PreimageGenerator(object): def __init__(self): pass
A Python package for graph kernels, graph edit distances and graph pre-image problem.