Skip to content

Commit 45aa7aa

Browse files
authored
Remove StarSet from the StarSetColoringResult (#236)
1 parent 10239ec commit 45aa7aa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/result.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ struct StarSetColoringResult{
245245
ag::G
246246
color::Vector{T}
247247
group::GT
248-
star_set::StarSet{T}
249248
compressed_indices::Vector{T}
250249
end
251250

@@ -289,7 +288,7 @@ function StarSetColoringResult(
289288
end
290289
end
291290

292-
return StarSetColoringResult(A, ag, color, group, star_set, compressed_indices)
291+
return StarSetColoringResult(A, ag, color, group, compressed_indices)
293292
end
294293

295294
"""

0 commit comments

Comments
 (0)