Tagged Questions
1
vote
2answers
137 views
Visualizing Parallel Branch and Bound Tree Exploration
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 ...