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

feat(kernel): implement DSATUR coloring algorithm for vertices #245

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Merge branch 'master' into coloring
imrn99 committed Dec 4, 2024
commit 9722d7423c906dfd320845ad9b6750c08eeba69c
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -37,6 +37,7 @@ honeycomb-render = { version = "0.6.0", path = "./honeycomb-render" }
# common
cfg-if = "1"
itertools = "0.13.0"
rayon = "1.10.0"
rustversion = "1.0.18"
thiserror = "2.0.3"

You are viewing a condensed version of this merge commit. You can view the full changes here.