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
Compute a star coloring of all vertices in the adjacency graph `g` and return a tuple `(color, star_set)`, where
60
60
@@ -76,7 +76,7 @@ If `postprocessing=true`, some colors might be replaced with `0` (the "neutral"
76
76
77
77
> [_New Acyclic and Star Coloring Algorithms with Application to Computing Hessians_](https://epubs.siam.org/doi/abs/10.1137/050639879), Gebremedhin et al. (2007), Algorithm 4.1
Compute an acyclic coloring of all vertices in the adjacency graph `g` and return a tuple `(color, tree_set)`, where
278
278
@@ -294,7 +294,7 @@ If `postprocessing=true`, some colors might be replaced with `0` (the "neutral"
294
294
295
295
> [_New Acyclic and Star Coloring Algorithms with Application to Computing Hessians_](https://epubs.siam.org/doi/abs/10.1137/050639879), Gebremedhin et al. (2007), Algorithm 3.1
0 commit comments