pygmtools.multi_graph_solversΒΆ

Classic (learning-free) multi-graph matching solvers. These multi-graph matching solvers are recommended to solve the joint matching problem of multiple graphs.

Functions

cao

Composition based Affinity Optimization (CAO) solver for multi-graph matching.

gamgm

Graduated Assignment-based multi-graph matching solver.

mgm_floyd

Multi-Graph Matching based on Floyd shortest path algorithm.