GraphsBase
Documentation for GraphsBase.
GraphsBase.GraphsBase
— ModuleGraphsBase
The basic interface and graph types for the JuliaGraphs ecosystem.
Index
GraphsBase.GraphsBase
GraphsBase.AbstractEdge
GraphsBase.AbstractGraph
GraphsBase.SimpleGraphs.SimpleDiGraph
GraphsBase.SimpleGraphs.SimpleEdge
GraphsBase.SimpleGraphs.SimpleGraph
GraphsBase.SimpleWeightedGraphs.SimpleWeightedDiGraph
GraphsBase.SimpleWeightedGraphs.SimpleWeightedEdge
GraphsBase.SimpleWeightedGraphs.SimpleWeightedGraph
Base.eltype
Base.reverse
GraphsBase.add_edge!
GraphsBase.add_vertex!
GraphsBase.check_comparable_interface
GraphsBase.check_edge_interface
GraphsBase.check_graph_interface
GraphsBase.create_edge_container
GraphsBase.create_vertex_container
GraphsBase.dst
GraphsBase.edges
GraphsBase.edgetype
GraphsBase.has_edge
GraphsBase.has_self_loops
GraphsBase.has_vertex
GraphsBase.in_edges
GraphsBase.in_neighbors
GraphsBase.is_directed
GraphsBase.ne
GraphsBase.nv
GraphsBase.out_edges
GraphsBase.out_neighbors
GraphsBase.rm_edge!
GraphsBase.rm_vertex!
GraphsBase.src
GraphsBase.vertices
GraphsBase.weight
GraphsBase.weighttype