A graph Interface.
Bases: exceptions.Exception
todo
Bases: core.graph.interface.graphconcept.GraphError
todo
Bases: core.graph.interface.graphconcept.GraphError, exceptions.KeyError
todo
Bases: core.graph.interface.graphconcept.GraphError
todo
Bases: core.graph.interface.graphconcept.GraphError, exceptions.KeyError
todo
Bases: core.graph.interface.graphconcept.GraphConcept
Edge List Graph Concept
Extend the actul data structure with an other.
Bases: object
Graph concept or graph interface. To separate algo and data structures.
Return the edge identifier or an iterator if the graph is a multiplegraph.
Parameters: |
|
---|---|
Return: | iter of edge_id |
Test the existence of an edge in the graph.
Parameters: |
|
---|---|
Return: | bool |
Test the existence of a vertex in the graph.
Parameters: |
|
---|---|
Return: | bool |
Bases: core.graph.interface.graphconcept.EdgeListGraphConcept
Mutable Edge Graph Concept.
Bases: core.graph.interface.graphconcept.VertexListGraphConcept
Mutable Vertex Graph Concept
Bases: core.graph.interface.graphconcept.GraphConcept
Vertex List Graph Concept.