We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0486dbd commit b6fa7f6Copy full SHA for b6fa7f6
1 file changed
src/result.jl
@@ -243,6 +243,7 @@ function StarSetColoringResult(
243
)
244
(; star, hub) = star_set
245
S = pattern(ag)
246
+ edge_to_index = edge_indices(ag)
247
n = S.n
248
group = group_by_color(color)
249
rvS = rowvals(S)
0 commit comments