ImplicitBellmanFordResult<'cost> Type
Result type for implicit Bellman-Ford algorithm.
Union cases
| Union case |
Description
|
Full Usage:
DetectedNegativeCycle
|
A negative cycle was detected (reachable from start) |
Full Usage:
FoundGoal 'cost
Parameters:
'cost
|
A shortest distance to goal was found
|
Full Usage:
NoGoal
|
No goal state was reached |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsDetectedNegativeCycle
Returns: bool
|
|
Full Usage:
this.IsFoundGoal
Returns: bool
|
|
Full Usage:
this.IsNoGoal
Returns: bool
|
|