Skip to content

Add mincut and related functions - #20

Merged
mtfishman merged 7 commits into
mainfrom
mincut
Dec 21, 2022
Merged

Add mincut and related functions#20
mtfishman merged 7 commits into
mainfrom
mincut

Conversation

@mtfishman

@mtfishman mtfishman commented Dec 13, 2022

Copy link
Copy Markdown
Member

Add AbstractNamedGraph wrappers for Graphs.jl functions:

  • boundary_edges
  • boundary_vertices
  • center
  • diameter
  • dijkstra_mst
  • dijkstra_parents
  • dijkstra_shortest_paths
  • dijkstra_tree
  • eccentricity
  • inner_boundary_vertices
  • GraphsFlows.mincut
  • mincut
  • mincut_partitions
  • outer_boundary_vertices
  • periphery
  • permute_vertices
  • radius
  • steiner_tree
  • SymRCM.symrcm
  • symrcm_permute
  • topological_sort_by_dfs

and NamedGraph constructors:

  • named_path_graph
  • named_path_digraph
  • named_grid(dim::Integer)

@mtfishman

Copy link
Copy Markdown
Member Author

@LinjianMa this should be useful for ITensor/ITensorNetworks.jl#11, I'll need to add wrappers for DataGraphs and ITensorNetworks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant