AI 24/25 Project Software
Documentation for the AI 24/25 course programming project software
|
#include "probfd/cost_function.h"
Specifies the termination cost and goal status of a state.
Public Member Functions | |
bool | is_goal_state () const |
Check if this state is a goal. | |
value_t | get_cost () const |
Obtains the cost paid upon termination in the state. | |
|
inlinenodiscard |
Check if this state is a goal.
|
inlinenodiscard |
Obtains the cost paid upon termination in the state.