Yog.FSharp
Getting Started Examples API Reference GitHub

GraphType Type

The type of graph: directed or undirected.

Union cases

Union case Description

Directed

Full Usage: Directed

A directed graph where edges have a direction from source to destination.

Undirected

Full Usage: Undirected

An undirected graph where edges are bidirectional.

Instance members

Instance member Description

this.IsDirected

Full Usage: this.IsDirected

Returns: bool
Returns: bool

this.IsUndirected

Full Usage: this.IsUndirected

Returns: bool
Returns: bool