Re: [jgrapht-users] Edmonds blossom-query
Brought to you by:
barak_naveh,
perfecthash
From: Szabolcs B. <bes...@gm...> - 2015-07-09 18:54:49
|
I could manage to reproduce the problem (even for smaller graphs) but as I'm not familiar with the algorithm I suggest to submit an issue on the project site. R egards, Szabolcs 2015-07-09 19:54 GMT+02:00 Syed <ale...@ho...>: > Hi, Thanks for your response. > > Edmonds algorithm is getting into inifinite loop for my graph: Do you have > any idea why? > > Here are my edges. > > > DefaultEdge e12 = g.addEdge(v1, v2); > DefaultEdge e13 = g.addEdge(v1, v3); > DefaultEdge e23 = g.addEdge(v2, v3); > DefaultEdge e24 = g.addEdge(v2, v4); > DefaultEdge e34 = g.addEdge(v3, v4); > DefaultEdge e35 = g.addEdge(v3, v5); > DefaultEdge e45 = g.addEdge(v4, v5); > > Thanks again for your help. I am really stuck in to it. > > > Regards, > > > > -- > View this message in context: > http://jgrapht-users.107614.n3.nabble.com/Edmonds-blossom-query-tp4025012p4025016.html > Sent from the jgrapht-users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Don't Limit Your Business. Reach for the Cloud. > GigeNET's Cloud Solutions provide you with the tools and support that > you need to offload your IT needs and focus on growing your business. > Configured For All Businesses. Start Your Cloud Today. > https://www.gigenetcloud.com/ > _______________________________________________ > jgrapht-users mailing list > jgr...@li... > https://lists.sourceforge.net/lists/listinfo/jgrapht-users > |