LICENSE
README.md
pyproject.toml
src/instance_matching/__init__.py
src/instance_matching/cli.py
src/instance_matching/evaluator.py
src/instance_matching/extractor.py
src/instance_matching/reporter.py
src/instance_matching/utils.py
src/instance_matching/visualizer.py
src/instance_matching.egg-info/PKG-INFO
src/instance_matching.egg-info/SOURCES.txt
src/instance_matching.egg-info/dependency_links.txt
src/instance_matching.egg-info/entry_points.txt
src/instance_matching.egg-info/requires.txt
src/instance_matching.egg-info/top_level.txt
src/instance_matching/matcher/__init__.py
src/instance_matching/matcher/gromov_wasserstein.py
src/instance_matching/matcher/matcher.py
src/instance_matching/matcher/utils.py
src/instance_matching/matcher/optimization/__init__.py
src/instance_matching/matcher/optimization/problem.py
src/instance_matching/matcher/optimization/solvers.py
src/instance_matching/matcher/optimization/utils.py