Removes an edge from the graph, identified by its two ends.
Declaration Syntax
Public Overrides Sub RemoveEdge ( _
f As Vertex, _
s As Vertex _
)
public:
virtual void RemoveEdge(
Vertex^ f,
Vertex^ s
) override
Parameters
- f (Vertex)
- The origin of the edge.
- s (Vertex)
- The destination of the edge.
Assembly:
FVCore (Module: FVCore) Version: 0.5.8.1 (0.5.8.12)