|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Member Functions | |
| bool | operator== (const Coord &other) const |
Public Attributes | |
| int | x |
| int | y |
Definition at line 56 of file ida_star_example.cc.
Definition at line 58 of file ida_star_example.cc.
References Aleph::and, Aleph::divide_and_conquer_partition_dp(), x, and y.
| int Coord::x |
Definition at line 57 of file ida_star_example.cc.
Referenced by operator==(), and TEST().
| int Coord::y |
Definition at line 57 of file ida_star_example.cc.
Referenced by operator==(), and TEST().