button ~master (2018-11-15T00:26:20Z)
Dub
Repo
Graph.put
button
graph
Graph
Undocumented in source. Be warned that the author may not have intended to support it.
void
put
(Vertex v)
void
put
(A from, B to, EdgeDataAB data)
void
put
(B from, A to, EdgeDataBA data)
class
Graph
(A, B, EdgeDataAB = size_t, EdgeDataBA = size_t)
void
put
(
B
from
,
A
to
,
EdgeDataBA
data
=
EdgeDataBA.init
)
if
(
!
is
(
A
==
B
)
)
Meta
Source
See Implementation
button
graph
Graph
aliases
EdgeData
Opposite
classes
Data
enums
isEdge
isVertex
functions
data
degreeIn
degreeOut
diffEdges
diffVertices
edges
outgoing
put
remove
subgraph
traverse
properties
cycles
empty
length
tarjan
vertices
structs
Edges
SCC
Visited