Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
UnreachableGoalDomain::Move Struct Reference
Collaboration diagram for UnreachableGoalDomain::Move:
[legend]

Public Attributes

size_t to = 0
 
int cost = 1
 

Detailed Description

Definition at line 82 of file ida_star_no_solution_example.cc.

Member Data Documentation

◆ cost

int UnreachableGoalDomain::Move::cost = 1

Definition at line 85 of file ida_star_no_solution_example.cc.

◆ to

size_t UnreachableGoalDomain::Move::to = 0

Definition at line 84 of file ida_star_no_solution_example.cc.


The documentation for this struct was generated from the following file: