Skip to content

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.

2 participants