menu
epitaph_ips package
documentation
epitaph_graphs/nodes/undirected_edge.dart
UndirectedEdge
UndirectedEdge constructor
UndirectedEdge constructor
dark_mode
light_mode
UndirectedEdge
constructor
UndirectedEdge
(
Vertex
a
,
Vertex
b
,
double
weight
)
Implementation
UndirectedEdge(Vertex a, Vertex b, double weight) : super(a, b, weight);
epitaph_ips package
documentation
epitaph_graphs/nodes/undirected_edge
UndirectedEdge
UndirectedEdge constructor
UndirectedEdge class