forked from ZigRazor/CXXGraph
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Welsh powell coloring (ZigRazor#395)
* Wokring on getNodeSet, breaking tests * Added welshPowellColoring algorithm, breaking 1 test in welshPowerColoringTest.cpp * Removing assertions and <cassert> * Transitioned from shared_ptr to node<T>, all tests passed * Beautify code and fix comments in code * Sync from fork * WelshPowellColoring: Bypass map in constructing degree of vertex and go straight through vector * WelshPowellColoring: Enforce const in for loops * Welsh Powell: Move std::vector creation out of loop, opting for std solution instead of for loops * Add documentation for welsh powell coloring algo
- Loading branch information
1 parent
d0ed302
commit 1b31e63
Showing
2 changed files
with
33 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters