CL-CBS
|
Represents state transations. More...
#include <neighbor.hpp>
Public Member Functions | |
Neighbor (const State &state, const Action &action, Cost cost) | |
Public Attributes | |
State | state |
neighboring state More... | |
Action | action |
action to get to the neighboring state More... | |
Cost | cost |
cost to get to the neighboring state More... | |
Represents state transations.
This class represents a transition from a start state applying an action with the given cost.
State | Custom state for the search. Needs to be copy'able |
Action | Custom action for the search. Needs to be copy'able |
Cost | Custom Cost type (integer or floating point types) |
|
inline |
Action libMultiRobotPlanning::Neighbor< State, Action, Cost >::action |
action to get to the neighboring state
Cost libMultiRobotPlanning::Neighbor< State, Action, Cost >::cost |
cost to get to the neighboring state
State libMultiRobotPlanning::Neighbor< State, Action, Cost >::state |
neighboring state