graspologic-org / graspologic

Python package for graph statistics

Home Page:https://graspologic-org.github.io/graspologic/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement graph matching via optimal transport (GOAT)

bdpedigo opened this issue · comments

@asaadeldin11 has been working on a new backend solver for GraphMatch which has some nice advantages
(see https://github.com/neurodata/gmot)

We'd like to have this implemented as a solver="ot" (or something like that) option for GraphMatch, where the current option would be solver="lap".

Related to #425
Related to #792