Namespace AnyPath.Managed.Results
Classes
DijkstraResult<TNode>
Managed result of a DijkstraFinder<TGraph, TNode, TMod>. This contains information about all nodes that are reachable from the starting location within a maximum cost budget. You can also obtain the shortest path from the start to every reachable node from this result.
MultiEvalResult
Result of a MultiPathEvaluator<TGraph, TNode, TH, TMod>
MultiPathResult<TSeg>
Result of a MultiPathFinder<TGraph, TNode, TH, TMod, TProc, TSeg>
Path<TSeg>
The result of a managed path finding request.
Path<TOption, TSeg>
The result of a managed path finding request. The target to which a path was found is included.
Structs
Eval
Indicates wether a path is possible.
Eval<TOption>
Indicates wether a path to a target is possible.