Yog.FSharp
Getting Started Examples API Reference GitHub

ImplicitBellmanFordResult<'cost> Type

Result type for implicit Bellman-Ford algorithm.

Union cases

Union case Description

DetectedNegativeCycle

Full Usage: DetectedNegativeCycle

A negative cycle was detected (reachable from start)

FoundGoal 'cost

Full Usage: FoundGoal 'cost

Parameters:
    Item : 'cost

A shortest distance to goal was found

Item : 'cost

NoGoal

Full Usage: NoGoal

No goal state was reached

Instance members

Instance member Description

this.IsDetectedNegativeCycle

Full Usage: this.IsDetectedNegativeCycle

Returns: bool
Returns: bool

this.IsFoundGoal

Full Usage: this.IsFoundGoal

Returns: bool
Returns: bool

this.IsNoGoal

Full Usage: this.IsNoGoal

Returns: bool
Returns: bool