Show / Hide Table of Contents

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.

  • Improve this Doc
  • View Source
☀
☾
Back to top Generated by DocFX