AI 24/25 Project Software
Documentation for the AI 24/25 course programming project software
Loading...
Searching...
No Matches
probfd::algorithms::StateProperties Class Referenceabstract

#include "probfd/algorithms/state_properties.h"

Description

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.
 

Member Function Documentation

◆ lookup_value()

virtual value_t probfd::algorithms::StateProperties::lookup_value ( StateID state_id)
pure virtual

Looks up the current lower bound for the optimal value of a state.

◆ lookup_bounds()

virtual Interval probfd::algorithms::StateProperties::lookup_bounds ( StateID state_id)
pure virtual

Looks up the bounding interval for the optimal value of a state.