Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
ManhattanH< GT > Struct Template Reference

Public Types

using Distance_Type = int
 

Public Member Functions

int operator() (typename GT::Node *from, typename GT::Node *to) const
 

Detailed Description

template<class GT>
struct ManhattanH< GT >

Definition at line 68 of file ida_star_example.cc.

Member Typedef Documentation

◆ Distance_Type

template<class GT >
using ManhattanH< GT >::Distance_Type = int

Definition at line 69 of file ida_star_example.cc.

Member Function Documentation

◆ operator()()

template<class GT >
int ManhattanH< GT >::operator() ( typename GT::Node from,
typename GT::Node to 
) const
inline

Definition at line 70 of file ida_star_example.cc.

References abs(), and GTNodeCommon< NodeInfo >::get_info().


The documentation for this struct was generated from the following file: