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

#include "probfd/task_proxy.h"

Description

Proxy class used to inspect a single probabilistic operator.

Public Member Functions

ProbabilisticOutcomesProxy get_outcomes () const
 Get a proxy to the outcomes of the operator.
 
value_t get_cost () const
 Get the cost of the operator.
 

Member Function Documentation

◆ get_outcomes()

ProbabilisticOutcomesProxy probfd::ProbabilisticOperatorProxy::get_outcomes ( ) const
nodiscard

Get a proxy to the outcomes of the operator.

◆ get_cost()

value_t probfd::ProbabilisticOperatorProxy::get_cost ( ) const
nodiscard

Get the cost of the operator.