Enum SolverState
Denotes the state of a graph solver.
Namespace: PathFinder.Solvers.Generic
Assembly: PathFinder.dll
Syntax
public enum SolverState : int
Fields
| Name | Description |
|---|---|
| Failure | The solver failed. |
| Incomplete | The solver has more work to do. |
| Running | The solver is currently running. |
| Success | The solver succeeded and found a path. |