You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the post-processing of the acyclic coloring, we need to determine which trees are stars.
We use a boolean vector is_star for that.
I think the best way to determine the vector is_star is to check that ONLY one vertex in the tree has a degree > 1.
In the post-processing of the acyclic coloring, we need to determine which trees are stars.
We use a boolean vector
is_starfor that.I think the best way to determine the vector
is_staris to check that ONLY one vertex in the tree has a degree > 1.