IsEulerianGraphAlgorithm<'TVertex, 'TEdge>
Namespace: QuickGraph.Algorithms
Constructors
Constructor | Description |
new(graph)
Signature: graph:UndirectedGraph<'TVertex,UndirectedEdge<'TVertex>> -> unit
|
Instance members
Instance member | Description |
checkComponentsWithEdges()
Signature: unit -> ComponentWithEdges
|
|
isEulerian()
Signature: unit -> bool
|
|
satisfiesEulerianCondition(vertex)
Signature: vertex:'TVertex -> bool
|