BitGraph.V (bitgraph v0.4.1)

Summary

Functions

add_vertex(graph, vertex, opts \\ [])

delete_vertex(graph, vertex)

get_vertex(graph, vertex_idx)

get_vertex(graph, vertex_idx, aux \\ [])

get_vertex_index(graph, vertex)

in_degree(graph, vertex, opts \\ [])

in_neighbors(graph, vertex, opts \\ [])

init_vertices(opts)

isolated?(graph, vertex)

leaf?(graph, vertex)

neighbors(graph, vertex, opts \\ [])

new(vertex, opts)

num_vertices(graph)

out_degree(graph, vertex, opts \\ [])

out_neighbors(graph, vertex, opts \\ [])

update_vertex(graph, vertex_idx, vertex_info)

vertex_indices(graph)

vertices(graph, mapper \\ & &1.vertex)