Struct AStar::Heuristic

Nested Relationships

This struct is a nested type of Class AStar.

Struct Documentation

struct Heuristic

Public Functions

inline Heuristic(const std::vector<double> &distanceHeu)
inline double operator()(node u) const noexcept