AI 24/25 Project Software
Documentation for the AI 24/25 course programming project software
|
#include "probfd/algorithms/state_properties.h"
Interface providing access to various state properties during heuristic search.
Public Member Functions | |
virtual value_t | lookup_value (StateID state_id)=0 |
Looks up the current lower bound for the optimal value of a state. | |
virtual Interval | lookup_bounds (StateID state_id)=0 |
Looks up the bounding interval for the optimal value of a state. | |
Looks up the current lower bound for the optimal value of a state.