Skip to content

Commit

Permalink
disable for directed graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennedeg committed May 16, 2022
1 parent 9953a44 commit 81dc65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/traversals/maxadjvisit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ weight of the cut that makes this partition. An optional `distmx` matrix
of non-negative weights may be specified; if omitted, edge distances are
assumed to be 1.
"""
function mincut(g::AbstractGraph,
function mincut(g::AG::(!IsDirected),
distmx::AbstractMatrix{T}=weights(g)) where T <: Real

nvg = nv(g)
Expand Down

0 comments on commit 81dc65e

Please sign in to comment.