|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Concept for domains that provide the cost of applying a move. More...
#include <state_search_common.H>
Concept for domains that provide the cost of applying a move.
Required by IDA* and any cost-sensitive search engine. The cost must be non-negative for admissibility guarantees to hold.
Definition at line 647 of file state_search_common.H.