|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Concept for a map tracking the best bound seen per visited state. More...
#include <state_search_common.H>
Concept for a map tracking the best bound seen per visited state.
Compatible with Aleph::SearchStorageMap. The engine uses search(key) to probe for an existing bound and insert(key, bound) to record one. Updating an existing entry is done by mutating the value through the pointer returned by search.
Engines may use remove(key) to roll back the visited map if an exception occurs during exploration of a newly inserted state.
| Map | Container type. |
| Key | State key type. |
| Objective | Goal metric type. |
Definition at line 163 of file state_search_common.H.