Enum Priority
Constants to establish a priority for the heuristic value.
Namespace: TreeProblemFramework.Solver
Fields
| Name | Description |
|---|---|
| GreatestFirst | Establishes that smallest values should be treated first. |
| Irrelevant | Establishes that no particular priority or order is important. |
| SmallestFirst | Establishes that greatest values should be treated first. |