Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mincut and related functions #20

Merged
merged 7 commits into from
Dec 21, 2022
Merged

Add mincut and related functions #20

merged 7 commits into from
Dec 21, 2022

Conversation

mtfishman
Copy link
Member

@mtfishman mtfishman commented Dec 13, 2022

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
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