Last chance! 50% off unlimited learning
Sale ends in
edgeConnectivity(g)
graph
class with edgemode
“undirected”connectivity
) of pairs of node names describing the edges
that need to be cut to obtain two componentsThe Boost Graph Library: User Guide and Reference Manual; by Jeremy G. Siek, Lie-Quan Lee, and Andrew Lumsdaine; (Addison-Wesley, Pearson Education Inc., 2002), xxiv+321pp. ISBN 0-201-72914-8
minCut
, edmonds.karp.max.flow
, push.relabel.max.flow
con <- file(system.file("XML/conn.gxl",package="RBGL"), open="r")
coex <- fromGXL(con)
close(con)
edgeConnectivity(coex)
Run the code above in your browser using DataLab