Skip to content

Commit

Permalink
export degree
Browse files Browse the repository at this point in the history
  • Loading branch information
stecrotti committed Apr 11, 2024
1 parent 2037829 commit 9c1bcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IndexedGraphs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ using TrackingHeaps: TrackingHeap, pop!, NoTrainingWheels, MinHeapOrder

export
# Graphs.jl
src, dst, edgetype, has_vertex, has_edge, ne, nv, adjacency_matrix,
src, dst, edgetype, has_vertex, has_edge, ne, nv, adjacency_matrix, degree,
edges, vertices, neighbors, inneighbors, outneighbors, is_directed, is_bipartite,
# Base
==, iterate,
Expand Down

0 comments on commit 9c1bcfb

Please sign in to comment.