FilipeSa79 Posted August 7, 2012 Posted August 7, 2012 Hello, I am start working with graph matching. I need suggestions for good books and algorithms, in the topic graph matching, can someone help-me? My problem can be statement as following: There is two attributed graphs Gm=(Vm,Em) and Gd=(Vd,Ed) that should be merged. Each node vi in Vm contains 3 atributes, number of edges (in and out), area and color. Each node vi in Vd contains 3 atributes, number of edges (in and out), area and name. This should be formulated with an inexact graph matching problem with option for multiples nodes in Gm could be associated to one node in Vd. I am trying to formulate the fitness functions, but i need examples to do this the right way. Can also you give-me a clue of the best algorithm to touch this problem? Thanks, Filipe
khaled Posted August 30, 2012 Posted August 30, 2012 Graph matching is a well known graph problem, The problem can be solved by different methods .. the optimal solution is known as the maximum matching, Theory: Graph Matching A good algorithm is Blossom Algorithm that utilize Augmentation\Orientation Time Complexity of Blossom Algorithm: [math]O({V}^{2.376})[/math]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now