Thinklab-SJTU / pygmtools

A Python Graph Matching Toolkit.
https://pygmtools.readthedocs.io/
Other
294 stars 19 forks source link

Inquiry of the LinSAT paper (ICML23) #65

Closed lwpyh closed 1 year ago

lwpyh commented 1 year ago

Thank you for the amazing work. Is there any example code available for "Partial Graph Matching with Outliers on Both Sides" mentioned in your ICML23 paper? Could you please let me know where I can find it?

ziao-guo commented 1 year ago

You can refer to the LinSAT model in ThinkMatch to find the code for partial graph matching. The code for our ICML23 paper "LinSATNet: The Positive Linear Satisfiability Neural Networks." is also open-sourced here, and you can find example code for other scenarios.