Skip to content

Commit 24216a2

Browse files
committed
Update coloring.jl
1 parent 19a768a commit 24216a2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/coloring.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,9 @@ If `postprocessing=true`, some colors might be replaced with `0` (the "neutral"
294294
295295
> [_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
296296
"""
297-
function acyclic_coloring(g::AdjacencyGraph, order::AbstractOrder; postprocessing::Bool=false)
297+
function acyclic_coloring(
298+
g::AdjacencyGraph, order::AbstractOrder; postprocessing::Bool=false
299+
)
298300
# Initialize data structures
299301
nv = nb_vertices(g)
300302
ne = nb_edges(g)

0 commit comments

Comments
 (0)