QuickGraph


IsEulerianGraphAlgorithm<'TVertex, 'TEdge>

Namespace: QuickGraph.Algorithms

Constructors

ConstructorDescription
new(graph)
Signature: graph:UndirectedGraph<'TVertex,UndirectedEdge<'TVertex>> -> unit

Instance members

Instance memberDescription
checkComponentsWithEdges()
Signature: unit -> ComponentWithEdges
isEulerian()
Signature: unit -> bool
satisfiesEulerianCondition(vertex)
Signature: vertex:'TVertex -> bool
Fork me on GitHub