Detect stars in the forest for acyclic coloring#180
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #180 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 14 14
Lines 1635 1647 +12
=========================================
+ Hits 1635 1647 +12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Benchmark Results
|
amontoison
commented
Feb 13, 2025
ebfe273 to
461236e
Compare
461236e to
8a90816
Compare
089e45b to
25681bf
Compare
Collaborator
Author
|
I merged #184 in this branch, it only contained a few modications + a unit tests. |
amontoison
commented
Feb 17, 2025
gdalle
requested changes
Feb 19, 2025
gdalle
requested changes
Feb 20, 2025
2048a48 to
9081eec
Compare
Collaborator
Author
|
@gdalle I simplified the PR a lot, the boolean vector |
9081eec to
3de24bc
Compare
gdalle
approved these changes
Mar 20, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
close #178, #181
Add a vector of booleans
is_starto theTreeSetso that we can enable more efficient post-processing for acyclic coloring by determining if a tree is a star (trivial or non-trivial).