Visualizing Parallel Branch and Bound Tree Exploration
Posted
by
Akhil
on Super User
See other posts from Super User
or by Akhil
Published on 2011-07-08T21:19:31Z
Indexed on
2013/06/28
22:23 UTC
Read the original article
Hit count: 281
I have written a parallel program that does a depth first branch and bound exploration of a tree. I can dump the id's (id's are like this 0, 00, 01, 0000, 0001, etc.) of the nodes at frequent intervals to know the frontier of the tree that is being explored at that instant in the tree. The challenge is to visualize the tree exploration with time. Any ideas? e.g. I can draw trees(e.g. using graphViz) at different times and create a movie out of it.
Looking for ideas to facilitate this visualization - some better ways to do so or easy tools that can help me make the visualization
© Super User or respective owner