pylibmgm.solver

The solver module provides optimization algorithms for graph matching problems.

Graph Matching

solve_gm(gm_model)

Optimize a given GM model.

Multi-Graph Matching

solve_mgm(model[, opt_level])

Optimize a given MGM model with GREEDA.

solve_mgm_parallel(model[, opt_level, ...])

Optimize a given MGM model with GREEDA.

Synchronization

solve_mgm_pairwise(mgm_model)

Optimize the pairwise GM problems within the given MGM model independently.

synchronize_solution(model, solution[, ...])

Use GREEDA as a synchronization algorithm

Misc

OptimizationLevel

Optimization levels for GREEDA.