Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing bfs_dist, adding METIS separator, add fuse_vertices() #34

Closed
wants to merge 7 commits into from

Conversation

dagalindo
Copy link

changes to bfs_dist prevent nodes from being added to the stack multiple times

Metis separator is designed for bags that come from Dourisboure & Gavoille BFS algorithm, where each bag is composed of 2 lists with parent and child bags sharing a list.

Diego and others added 7 commits August 27, 2012 14:15
Conflicts:
	lib_graphd/inc/GraphCreator.h
	lib_graphd/inc/GraphUtil.h
	lib_graphd/inc/MutableGraph.h
	lib_graphd/src/GraphCreator.cpp
	lib_graphd/src/GraphEOUtil.cpp
	lib_graphd/src/GraphUtil.cpp
	lib_graphd/src/GraphVizGraphWriter.cpp
	lib_graphd/src/MutableGraph.cpp
	lib_treed/inc/TDTree.h
	lib_treed/src/TDTree.cpp
	make.inc.serial
@dagalindo dagalindo closed this Sep 16, 2013
bdsullivan pushed a commit that referenced this pull request Sep 27, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant